pub struct truecolor(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for truecolor
Auto Trait Implementations§
impl Freeze for truecolor
impl RefUnwindSafe for truecolor
impl Send for truecolor
impl Sync for truecolor
impl Unpin for truecolor
impl UnwindSafe for truecolor
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