pub(crate) struct Sol75;Expand description
75m Sort Colors
Implementations§
Auto Trait Implementations§
impl Freeze for Sol75
impl RefUnwindSafe for Sol75
impl Send for Sol75
impl Sync for Sol75
impl Unpin for Sol75
impl UnsafeUnpin for Sol75
impl UnwindSafe for Sol75
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