pub struct NamedColors { /* private fields */ }
Implementations§
Source§impl NamedColors
impl NamedColors
Trait Implementations§
Source§impl Default for NamedColors
impl Default for NamedColors
Auto Trait Implementations§
impl Freeze for NamedColors
impl RefUnwindSafe for NamedColors
impl !Send for NamedColors
impl !Sync for NamedColors
impl Unpin for NamedColors
impl UnwindSafe for NamedColors
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