pub(crate) struct Sol3405 {}
Expand description
3405h Count the Number of Arrays with K Matching Adjacent Elements
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3405
impl RefUnwindSafe for Sol3405
impl Send for Sol3405
impl Sync for Sol3405
impl Unpin for Sol3405
impl UnwindSafe for Sol3405
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