Enum rust_tdlib::types::BackgroundFill [−][src]
pub enum BackgroundFill { Gradient(BackgroundFillGradient), Solid(BackgroundFillSolid), // some variants omitted }
Expand description
Describes a fill of a background
Variants
Gradient(BackgroundFillGradient)
Describes a gradient fill of a background
Solid(BackgroundFillSolid)
Describes a solid fill of a background
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 BackgroundFill
impl Send for BackgroundFill
impl Sync for BackgroundFill
impl Unpin for BackgroundFill
impl UnwindSafe for BackgroundFill
Blanket Implementations
Mutably borrows from an owned value. Read more