pub(crate) struct Sol2210 {}Expand description
2210 Count Hills and Valleys in an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2210
impl RefUnwindSafe for Sol2210
impl Send for Sol2210
impl Sync for Sol2210
impl Unpin for Sol2210
impl UnsafeUnpin for Sol2210
impl UnwindSafe for Sol2210
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