pub(crate) struct Sol3392;Expand description
3392 Count Subarrays of Length Three With a Condition
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3392
impl RefUnwindSafe for Sol3392
impl Send for Sol3392
impl Sync for Sol3392
impl Unpin for Sol3392
impl UnsafeUnpin for Sol3392
impl UnwindSafe for Sol3392
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