pub struct IconColor { /* private fields */ }Expand description
An RGB color.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IconColor
impl<'de> Deserialize<'de> for IconColor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IconColor
impl StructuralPartialEq for IconColor
Auto Trait Implementations§
impl Freeze for IconColor
impl RefUnwindSafe for IconColor
impl Send for IconColor
impl Sync for IconColor
impl Unpin for IconColor
impl UnwindSafe for IconColor
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