Enum rust_tdlib::types::BackgroundType [−][src]
pub enum BackgroundType { Fill(BackgroundTypeFill), Pattern(BackgroundTypePattern), Wallpaper(BackgroundTypeWallpaper), // some variants omitted }
Expand description
Describes the type of a background
Variants
Fill(BackgroundTypeFill)
A filled background
Pattern(BackgroundTypePattern)
A PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user
Wallpaper(BackgroundTypeWallpaper)
A wallpaper in JPEG format
Implementations
Trait Implementations
Performs the conversion.
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 RefUnwindSafe for BackgroundType
impl Send for BackgroundType
impl Sync for BackgroundType
impl Unpin for BackgroundType
impl UnwindSafe for BackgroundType
Blanket Implementations
Mutably borrows from an owned value. Read more