pub struct GetStickerSet {
pub stickerset: InputStickerSet,
pub hash: i32,
}Expand description
Generated from:
messages.getStickerSet#c8a0ec74 stickerset:InputStickerSet hash:int = messages.StickerSetFields§
§stickerset: InputStickerSet§hash: i32Trait Implementations§
Source§impl Clone for GetStickerSet
impl Clone for GetStickerSet
Source§fn clone(&self) -> GetStickerSet
fn clone(&self) -> GetStickerSet
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 GetStickerSet
impl Debug for GetStickerSet
Source§impl Identifiable for GetStickerSet
impl Identifiable for GetStickerSet
Source§const CONSTRUCTOR_ID: u32 = 0xc8a0ec74
const CONSTRUCTOR_ID: u32 = 0xc8a0ec74
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStickerSet
impl PartialEq for GetStickerSet
Source§impl RemoteCall for GetStickerSet
impl RemoteCall for GetStickerSet
Source§type Return = StickerSet
type Return = StickerSet
The deserialized response type.
Source§impl Serializable for GetStickerSet
impl Serializable for GetStickerSet
impl StructuralPartialEq for GetStickerSet
Auto Trait Implementations§
impl Freeze for GetStickerSet
impl RefUnwindSafe for GetStickerSet
impl Send for GetStickerSet
impl Sync for GetStickerSet
impl Unpin for GetStickerSet
impl UnsafeUnpin for GetStickerSet
impl UnwindSafe for GetStickerSet
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