pub struct InputStickerSetDice {
pub emoticon: String,
}Expand description
Read inputStickerSetDice docs.
Generated from the following TL definition:
inputStickerSetDice#e67f520e emoticon:string = InputStickerSetFields§
§emoticon: StringTrait Implementations§
Source§impl Clone for InputStickerSetDice
impl Clone for InputStickerSetDice
Source§fn clone(&self) -> InputStickerSetDice
fn clone(&self) -> InputStickerSetDice
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 InputStickerSetDice
impl Debug for InputStickerSetDice
Source§impl Deserializable for InputStickerSetDice
impl Deserializable for InputStickerSetDice
Source§impl From<InputStickerSetDice> for InputStickerSet
impl From<InputStickerSetDice> for InputStickerSet
Source§fn from(x: InputStickerSetDice) -> Self
fn from(x: InputStickerSetDice) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStickerSetDice
impl Identifiable for InputStickerSetDice
Source§const CONSTRUCTOR_ID: u32 = 3_867_103_758u32
const CONSTRUCTOR_ID: u32 = 3_867_103_758u32
The unique identifier for the type.
Source§impl PartialEq for InputStickerSetDice
impl PartialEq for InputStickerSetDice
Source§impl Serializable for InputStickerSetDice
impl Serializable for InputStickerSetDice
Source§impl TryFrom<InputStickerSet> for InputStickerSetDice
impl TryFrom<InputStickerSet> for InputStickerSetDice
impl StructuralPartialEq for InputStickerSetDice
Auto Trait Implementations§
impl Freeze for InputStickerSetDice
impl RefUnwindSafe for InputStickerSetDice
impl Send for InputStickerSetDice
impl Sync for InputStickerSetDice
impl Unpin for InputStickerSetDice
impl UnwindSafe for InputStickerSetDice
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