pub(crate) struct Sol3105;Expand description
3105 Longest Strictly Increasing or Strictly Decreasing Subarray
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3105
impl RefUnwindSafe for Sol3105
impl Send for Sol3105
impl Sync for Sol3105
impl Unpin for Sol3105
impl UnsafeUnpin for Sol3105
impl UnwindSafe for Sol3105
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