pub(crate) struct Sol2190 {}Expand description
2190 Most Frequent Number Following Key In an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2190
impl RefUnwindSafe for Sol2190
impl Send for Sol2190
impl Sync for Sol2190
impl Unpin for Sol2190
impl UnsafeUnpin for Sol2190
impl UnwindSafe for Sol2190
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