pub struct UpdateNewStickerSet {
pub stickerset: StickerSet,
}Expand description
Generated from:
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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x688a30aa
const CONSTRUCTOR_ID: u32 = 0x688a30aa
The constructor ID as specified in the TL schema.
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