pub struct NotableTraitColors;Expand description
Top doc
Trait Implementations§
impl Blue for NotableTraitColors
impl Cyan for NotableTraitColors
impl Green for NotableTraitColors
impl Grey for NotableTraitColors
impl Magenta for NotableTraitColors
impl Red for NotableTraitColors
impl Transparent for NotableTraitColors
impl Yellow for NotableTraitColors
Auto Trait Implementations§
impl Freeze for NotableTraitColors
impl RefUnwindSafe for NotableTraitColors
impl Send for NotableTraitColors
impl Sync for NotableTraitColors
impl Unpin for NotableTraitColors
impl UnsafeUnpin for NotableTraitColors
impl UnwindSafe for NotableTraitColors
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