pub struct UIThemeEntityOverride {
pub mode: UIColorMode,
pub wallpaper: Option<ChatWallpaper>,
pub colors: UIColors,
pub undocumented: HashMap<String, JsonObject>,
}Fields§
§mode: UIColorMode§wallpaper: Option<ChatWallpaper>§colors: UIColors§undocumented: HashMap<String, JsonObject>Trait Implementations§
Source§impl Clone for UIThemeEntityOverride
impl Clone for UIThemeEntityOverride
Source§fn clone(&self) -> UIThemeEntityOverride
fn clone(&self) -> UIThemeEntityOverride
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 UIThemeEntityOverride
impl Debug for UIThemeEntityOverride
Source§impl<'de> Deserialize<'de> for UIThemeEntityOverride
impl<'de> Deserialize<'de> for UIThemeEntityOverride
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 UIThemeEntityOverride
impl PartialEq for UIThemeEntityOverride
Source§impl Serialize for UIThemeEntityOverride
impl Serialize for UIThemeEntityOverride
impl StructuralPartialEq for UIThemeEntityOverride
Auto Trait Implementations§
impl Freeze for UIThemeEntityOverride
impl RefUnwindSafe for UIThemeEntityOverride
impl Send for UIThemeEntityOverride
impl Sync for UIThemeEntityOverride
impl Unpin for UIThemeEntityOverride
impl UnwindSafe for UIThemeEntityOverride
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