struct named_colors;Implementations§
Auto Trait Implementations§
impl Freeze for named_colors
impl RefUnwindSafe for named_colors
impl Send for named_colors
impl Sync for named_colors
impl Unpin for named_colors
impl UnwindSafe for named_colors
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