pub(crate) struct Sol2901;Expand description
2901m Longest Unequal Adjacent Groups Subsequence II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2901
impl RefUnwindSafe for Sol2901
impl Send for Sol2901
impl Sync for Sol2901
impl Unpin for Sol2901
impl UnsafeUnpin for Sol2901
impl UnwindSafe for Sol2901
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