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