Struct ansi_color_codec::ColorCode
source · pub struct ColorCode { /* private fields */ }Implementations
Trait Implementations
impl Eq for ColorCode
impl StructuralEq for ColorCode
impl StructuralPartialEq for ColorCode
Auto Trait Implementations
impl RefUnwindSafe for ColorCode
impl Send for ColorCode
impl Sync for ColorCode
impl Unpin for ColorCode
impl UnwindSafe for ColorCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more