pub struct UserColors { /* private fields */ }
Expand description
The user’s preferred colors
Trait Implementations§
Source§impl Debug for UserColors
impl Debug for UserColors
Source§impl<'de> Deserialize<'de> for UserColors
impl<'de> Deserialize<'de> for UserColors
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
Auto Trait Implementations§
impl Freeze for UserColors
impl RefUnwindSafe for UserColors
impl Send for UserColors
impl Sync for UserColors
impl Unpin for UserColors
impl UnwindSafe for UserColors
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