pub struct NoColor;
Expand description
A color which is actually has not value.
Trait Implementations§
Source§impl Ord for NoColor
impl Ord for NoColor
Source§impl PartialOrd for NoColor
impl PartialOrd for NoColor
impl Copy for NoColor
impl Eq for NoColor
impl StructuralPartialEq for NoColor
Auto Trait Implementations§
impl Freeze for NoColor
impl RefUnwindSafe for NoColor
impl Send for NoColor
impl Sync for NoColor
impl Unpin for NoColor
impl UnwindSafe for NoColor
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