pub struct InstallStickerSet {
pub stickerset: InputStickerSet,
pub archived: bool,
}Expand description
Generated from:
messages.installStickerSet#c78fe460 stickerset:InputStickerSet archived:Bool = messages.StickerSetInstallResultFields§
§stickerset: InputStickerSet§archived: boolTrait Implementations§
Source§impl Clone for InstallStickerSet
impl Clone for InstallStickerSet
Source§fn clone(&self) -> InstallStickerSet
fn clone(&self) -> InstallStickerSet
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 InstallStickerSet
impl Debug for InstallStickerSet
Source§impl Identifiable for InstallStickerSet
impl Identifiable for InstallStickerSet
Source§const CONSTRUCTOR_ID: u32 = 0xc78fe460
const CONSTRUCTOR_ID: u32 = 0xc78fe460
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InstallStickerSet
impl PartialEq for InstallStickerSet
Source§impl RemoteCall for InstallStickerSet
impl RemoteCall for InstallStickerSet
Source§type Return = StickerSetInstallResult
type Return = StickerSetInstallResult
The deserialized response type.
Source§impl Serializable for InstallStickerSet
impl Serializable for InstallStickerSet
impl StructuralPartialEq for InstallStickerSet
Auto Trait Implementations§
impl Freeze for InstallStickerSet
impl RefUnwindSafe for InstallStickerSet
impl Send for InstallStickerSet
impl Sync for InstallStickerSet
impl Unpin for InstallStickerSet
impl UnsafeUnpin for InstallStickerSet
impl UnwindSafe for InstallStickerSet
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