Struct cssparser::color::named_colors
source · 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