pub(crate) struct Sol2311 {}Expand description
2311m Longest Binary Subsequence Less Than or Equal to K
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2311
impl RefUnwindSafe for Sol2311
impl Send for Sol2311
impl Sync for Sol2311
impl Unpin for Sol2311
impl UnsafeUnpin for Sol2311
impl UnwindSafe for Sol2311
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more