pub struct DeleteStickerSet {
pub stickerset: InputStickerSet,
}Expand description
Generated from:
stickers.deleteStickerSet#87704394 stickerset:InputStickerSet = BoolFields§
§stickerset: InputStickerSetTrait Implementations§
Source§impl Clone for DeleteStickerSet
impl Clone for DeleteStickerSet
Source§fn clone(&self) -> DeleteStickerSet
fn clone(&self) -> DeleteStickerSet
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 DeleteStickerSet
impl Debug for DeleteStickerSet
Source§impl Identifiable for DeleteStickerSet
impl Identifiable for DeleteStickerSet
Source§const CONSTRUCTOR_ID: u32 = 0x87704394
const CONSTRUCTOR_ID: u32 = 0x87704394
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteStickerSet
impl PartialEq for DeleteStickerSet
Source§impl RemoteCall for DeleteStickerSet
impl RemoteCall for DeleteStickerSet
Source§impl Serializable for DeleteStickerSet
impl Serializable for DeleteStickerSet
impl StructuralPartialEq for DeleteStickerSet
Auto Trait Implementations§
impl Freeze for DeleteStickerSet
impl RefUnwindSafe for DeleteStickerSet
impl Send for DeleteStickerSet
impl Sync for DeleteStickerSet
impl Unpin for DeleteStickerSet
impl UnsafeUnpin for DeleteStickerSet
impl UnwindSafe for DeleteStickerSet
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