pub struct InputStickerSetDice {
pub emoticon: String,
}Expand description
Fields§
§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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0xe67f520e
const CONSTRUCTOR_ID: u32 = 0xe67f520e
The constructor ID as specified in the TL schema.
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
Source§type Error = InputStickerSet
type Error = InputStickerSet
The type returned in the event of a conversion error.
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 UnsafeUnpin 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