pub struct StickerSetFullCovered {
pub set: StickerSet,
pub packs: Vec<StickerPack>,
pub keywords: Vec<StickerKeyword>,
pub documents: Vec<Document>,
}Expand description
Read stickerSetFullCovered docs.
Generated from the following TL definition:
stickerSetFullCovered#40d13c0e set:StickerSet packs:Vector<StickerPack> keywords:Vector<StickerKeyword> documents:Vector<Document> = StickerSetCoveredFields§
§set: StickerSet§packs: Vec<StickerPack>§keywords: Vec<StickerKeyword>§documents: Vec<Document>Trait Implementations§
Source§impl Clone for StickerSetFullCovered
impl Clone for StickerSetFullCovered
Source§fn clone(&self) -> StickerSetFullCovered
fn clone(&self) -> StickerSetFullCovered
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 StickerSetFullCovered
impl Debug for StickerSetFullCovered
Source§impl From<StickerSetFullCovered> for StickerSetCovered
impl From<StickerSetFullCovered> for StickerSetCovered
Source§fn from(x: StickerSetFullCovered) -> Self
fn from(x: StickerSetFullCovered) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StickerSetFullCovered
impl Identifiable for StickerSetFullCovered
Source§const CONSTRUCTOR_ID: u32 = 1087454222
const CONSTRUCTOR_ID: u32 = 1087454222
The unique identifier for the type.
Source§impl PartialEq for StickerSetFullCovered
impl PartialEq for StickerSetFullCovered
Source§impl Serializable for StickerSetFullCovered
impl Serializable for StickerSetFullCovered
impl StructuralPartialEq for StickerSetFullCovered
Auto Trait Implementations§
impl Freeze for StickerSetFullCovered
impl RefUnwindSafe for StickerSetFullCovered
impl Send for StickerSetFullCovered
impl Sync for StickerSetFullCovered
impl Unpin for StickerSetFullCovered
impl UnsafeUnpin for StickerSetFullCovered
impl UnwindSafe for StickerSetFullCovered
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