pub struct SrgbClr {
pub val: String,
}Expand description
sRGB color value.
Fields§
§val: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for SrgbClr
impl<'de> Deserialize<'de> for SrgbClr
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 StructuralPartialEq for SrgbClr
Auto Trait Implementations§
impl Freeze for SrgbClr
impl RefUnwindSafe for SrgbClr
impl Send for SrgbClr
impl Sync for SrgbClr
impl Unpin for SrgbClr
impl UnwindSafe for SrgbClr
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