Enum rust_tdlib::types::DiceStickers [−][src]
pub enum DiceStickers { Regular(DiceStickersRegular), SlotMachine(DiceStickersSlotMachine), // some variants omitted }
Expand description
Contains animated stickers which should be used for dice animation rendering
Variants
Regular(DiceStickersRegular)
A regular animated sticker
SlotMachine(DiceStickersSlotMachine)
Animated stickers to be combined into a slot machine
Implementations
Trait Implementations
Performs the conversion.
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DiceStickers
impl Send for DiceStickers
impl Sync for DiceStickers
impl Unpin for DiceStickers
impl UnwindSafe for DiceStickers
Blanket Implementations
Mutably borrows from an owned value. Read more