pub(crate) struct Sol1749;Expand description
1749m Maximum Absolute Sum of Any Subarray
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1749
impl RefUnwindSafe for Sol1749
impl Send for Sol1749
impl Sync for Sol1749
impl Unpin for Sol1749
impl UnsafeUnpin for Sol1749
impl UnwindSafe for Sol1749
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