pub struct SetStickerSetThumb {
pub stickerset: InputStickerSet,
pub thumb: Option<InputDocument>,
pub thumb_document_id: Option<i64>,
}Expand description
Generated from:
stickers.setStickerSetThumb#a76a5392 flags:# stickerset:InputStickerSet thumb:flags.0?InputDocument thumb_document_id:flags.1?long = messages.StickerSetFields§
§stickerset: InputStickerSet§thumb: Option<InputDocument>§thumb_document_id: Option<i64>Trait Implementations§
Source§impl Clone for SetStickerSetThumb
impl Clone for SetStickerSetThumb
Source§fn clone(&self) -> SetStickerSetThumb
fn clone(&self) -> SetStickerSetThumb
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 SetStickerSetThumb
impl Debug for SetStickerSetThumb
Source§impl Identifiable for SetStickerSetThumb
impl Identifiable for SetStickerSetThumb
Source§const CONSTRUCTOR_ID: u32 = 0xa76a5392
const CONSTRUCTOR_ID: u32 = 0xa76a5392
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetStickerSetThumb
impl PartialEq for SetStickerSetThumb
Source§impl RemoteCall for SetStickerSetThumb
impl RemoteCall for SetStickerSetThumb
Source§type Return = StickerSet
type Return = StickerSet
The deserialized response type.
Source§impl Serializable for SetStickerSetThumb
impl Serializable for SetStickerSetThumb
impl StructuralPartialEq for SetStickerSetThumb
Auto Trait Implementations§
impl Freeze for SetStickerSetThumb
impl RefUnwindSafe for SetStickerSetThumb
impl Send for SetStickerSetThumb
impl Sync for SetStickerSetThumb
impl Unpin for SetStickerSetThumb
impl UnsafeUnpin for SetStickerSetThumb
impl UnwindSafe for SetStickerSetThumb
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