pub struct UpdateNewStickerSet {
pub stickerset: StickerSet,
}Expand description
Read updateNewStickerSet docs.
Generated from the following TL definition:
updateNewStickerSet#688a30aa stickerset:messages.StickerSet = UpdateFields§
§stickerset: StickerSetTrait Implementations§
Source§impl Clone for UpdateNewStickerSet
impl Clone for UpdateNewStickerSet
Source§fn clone(&self) -> UpdateNewStickerSet
fn clone(&self) -> UpdateNewStickerSet
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 UpdateNewStickerSet
impl Debug for UpdateNewStickerSet
Source§impl Deserializable for UpdateNewStickerSet
impl Deserializable for UpdateNewStickerSet
Source§impl From<UpdateNewStickerSet> for Update
impl From<UpdateNewStickerSet> for Update
Source§fn from(x: UpdateNewStickerSet) -> Self
fn from(x: UpdateNewStickerSet) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateNewStickerSet
impl Identifiable for UpdateNewStickerSet
Source§const CONSTRUCTOR_ID: u32 = 1753886890
const CONSTRUCTOR_ID: u32 = 1753886890
The unique identifier for the type.
Source§impl PartialEq for UpdateNewStickerSet
impl PartialEq for UpdateNewStickerSet
Source§impl Serializable for UpdateNewStickerSet
impl Serializable for UpdateNewStickerSet
Source§impl TryFrom<Update> for UpdateNewStickerSet
impl TryFrom<Update> for UpdateNewStickerSet
impl StructuralPartialEq for UpdateNewStickerSet
Auto Trait Implementations§
impl Freeze for UpdateNewStickerSet
impl RefUnwindSafe for UpdateNewStickerSet
impl Send for UpdateNewStickerSet
impl Sync for UpdateNewStickerSet
impl Unpin for UpdateNewStickerSet
impl UnsafeUnpin for UpdateNewStickerSet
impl UnwindSafe for UpdateNewStickerSet
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