pub(crate) struct Sol1399;Expand description
1399 Count Largest Group
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1399
impl RefUnwindSafe for Sol1399
impl Send for Sol1399
impl Sync for Sol1399
impl Unpin for Sol1399
impl UnsafeUnpin for Sol1399
impl UnwindSafe for Sol1399
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