pub struct ToggleStickerSets {
pub uninstall: bool,
pub archive: bool,
pub unarchive: bool,
pub stickersets: Vec<InputStickerSet>,
}Expand description
Generated from:
messages.toggleStickerSets#b5052fea flags:# uninstall:flags.0?true archive:flags.1?true unarchive:flags.2?true stickersets:Vector<InputStickerSet> = BoolFields§
§uninstall: bool§archive: bool§unarchive: bool§stickersets: Vec<InputStickerSet>Trait Implementations§
Source§impl Clone for ToggleStickerSets
impl Clone for ToggleStickerSets
Source§fn clone(&self) -> ToggleStickerSets
fn clone(&self) -> ToggleStickerSets
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 ToggleStickerSets
impl Debug for ToggleStickerSets
Source§impl Identifiable for ToggleStickerSets
impl Identifiable for ToggleStickerSets
Source§const CONSTRUCTOR_ID: u32 = 0xb5052fea
const CONSTRUCTOR_ID: u32 = 0xb5052fea
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleStickerSets
impl PartialEq for ToggleStickerSets
Source§impl RemoteCall for ToggleStickerSets
impl RemoteCall for ToggleStickerSets
Source§impl Serializable for ToggleStickerSets
impl Serializable for ToggleStickerSets
impl StructuralPartialEq for ToggleStickerSets
Auto Trait Implementations§
impl Freeze for ToggleStickerSets
impl RefUnwindSafe for ToggleStickerSets
impl Send for ToggleStickerSets
impl Sync for ToggleStickerSets
impl Unpin for ToggleStickerSets
impl UnsafeUnpin for ToggleStickerSets
impl UnwindSafe for ToggleStickerSets
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