pub(crate) struct Sol2845;Expand description
2845m Count of Interesting Subarrays
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2845
impl RefUnwindSafe for Sol2845
impl Send for Sol2845
impl Sync for Sol2845
impl Unpin for Sol2845
impl UnsafeUnpin for Sol2845
impl UnwindSafe for Sol2845
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