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