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 BackgroundFillimpl Send for BackgroundFillimpl Sync for BackgroundFillimpl Unpin for BackgroundFillimpl UnwindSafe for BackgroundFillBlanket Implementations
Mutably borrows from an owned value. Read more