pub(crate) struct Sol3423 {}Expand description
3423 Maximum Difference Between Adjacent Elements in a Circular Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3423
impl RefUnwindSafe for Sol3423
impl Send for Sol3423
impl Sync for Sol3423
impl Unpin for Sol3423
impl UnsafeUnpin for Sol3423
impl UnwindSafe for Sol3423
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