pub struct RemoveStickerFromSet {
pub sticker: InputDocument,
}Expand description
Generated from:
stickers.removeStickerFromSet#f7760f51 sticker:InputDocument = messages.StickerSetFields§
§sticker: InputDocumentTrait Implementations§
Source§impl Clone for RemoveStickerFromSet
impl Clone for RemoveStickerFromSet
Source§fn clone(&self) -> RemoveStickerFromSet
fn clone(&self) -> RemoveStickerFromSet
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 RemoveStickerFromSet
impl Debug for RemoveStickerFromSet
Source§impl Identifiable for RemoveStickerFromSet
impl Identifiable for RemoveStickerFromSet
Source§const CONSTRUCTOR_ID: u32 = 0xf7760f51
const CONSTRUCTOR_ID: u32 = 0xf7760f51
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RemoveStickerFromSet
impl PartialEq for RemoveStickerFromSet
Source§impl RemoteCall for RemoveStickerFromSet
impl RemoteCall for RemoveStickerFromSet
Source§type Return = StickerSet
type Return = StickerSet
The deserialized response type.
Source§impl Serializable for RemoveStickerFromSet
impl Serializable for RemoveStickerFromSet
impl StructuralPartialEq for RemoveStickerFromSet
Auto Trait Implementations§
impl Freeze for RemoveStickerFromSet
impl RefUnwindSafe for RemoveStickerFromSet
impl Send for RemoveStickerFromSet
impl Sync for RemoveStickerFromSet
impl Unpin for RemoveStickerFromSet
impl UnsafeUnpin for RemoveStickerFromSet
impl UnwindSafe for RemoveStickerFromSet
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