pub struct NoColors;
Expand description
The structure represents empty Colors
map.
Trait Implementations§
Source§impl Ord for NoColors
impl Ord for NoColors
Source§impl PartialOrd for NoColors
impl PartialOrd for NoColors
impl Copy for NoColors
impl Eq for NoColors
impl StructuralPartialEq for NoColors
Auto Trait Implementations§
impl Freeze for NoColors
impl RefUnwindSafe for NoColors
impl Send for NoColors
impl Sync for NoColors
impl Unpin for NoColors
impl UnwindSafe for NoColors
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