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