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