pub struct ChatWallpaper {
pub preset: Option<String>,
pub image_file: Option<String>,
pub background: Option<String>,
pub tint: Option<String>,
pub scale_type: Option<ChatWallpaperScale>,
pub scale: Option<f64>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§preset: Option<String>§image_file: Option<String>§background: Option<String>§tint: Option<String>§scale_type: Option<ChatWallpaperScale>§scale: Option<f64>§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ChatWallpaper
impl Clone for ChatWallpaper
Source§fn clone(&self) -> ChatWallpaper
fn clone(&self) -> ChatWallpaper
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 ChatWallpaper
impl Debug for ChatWallpaper
Source§impl<'de> Deserialize<'de> for ChatWallpaper
impl<'de> Deserialize<'de> for ChatWallpaper
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 ChatWallpaper
impl PartialEq for ChatWallpaper
Source§impl Serialize for ChatWallpaper
impl Serialize for ChatWallpaper
impl StructuralPartialEq for ChatWallpaper
Auto Trait Implementations§
impl Freeze for ChatWallpaper
impl RefUnwindSafe for ChatWallpaper
impl Send for ChatWallpaper
impl Sync for ChatWallpaper
impl Unpin for ChatWallpaper
impl UnwindSafe for ChatWallpaper
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