pub(crate) struct Sol2444;
Expand description
2444h Count Subarrays With Fixed Bounds
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2444
impl RefUnwindSafe for Sol2444
impl Send for Sol2444
impl Sync for Sol2444
impl Unpin for Sol2444
impl UnwindSafe for Sol2444
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