pub enum ProfileAccentColors {
ProfileAccentColors(ProfileAccentColors),
}Variants§
ProfileAccentColors(ProfileAccentColors)
Contains information about supported accent colors for user profile photo background in RGB format
Trait Implementations§
Source§impl Clone for ProfileAccentColors
impl Clone for ProfileAccentColors
Source§fn clone(&self) -> ProfileAccentColors
fn clone(&self) -> ProfileAccentColors
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProfileAccentColors
impl Debug for ProfileAccentColors
Source§impl<'de> Deserialize<'de> for ProfileAccentColors
impl<'de> Deserialize<'de> for ProfileAccentColors
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
Source§impl PartialEq for ProfileAccentColors
impl PartialEq for ProfileAccentColors
Source§impl Serialize for ProfileAccentColors
impl Serialize for ProfileAccentColors
impl StructuralPartialEq for ProfileAccentColors
Auto Trait Implementations§
impl Freeze for ProfileAccentColors
impl RefUnwindSafe for ProfileAccentColors
impl Send for ProfileAccentColors
impl Sync for ProfileAccentColors
impl Unpin for ProfileAccentColors
impl UnwindSafe for ProfileAccentColors
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