pub(crate) struct Sol1800;Expand description
1800 Maximum Possible Ascending Subarray Sum
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1800
impl RefUnwindSafe for Sol1800
impl Send for Sol1800
impl Sync for Sol1800
impl Unpin for Sol1800
impl UnsafeUnpin for Sol1800
impl UnwindSafe for Sol1800
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