pub struct StickerSetFullCovered {
pub set: StickerSet,
pub packs: Vec<StickerPack>,
pub keywords: Vec<StickerKeyword>,
pub documents: Vec<Document>,
}Expand description
Generated from:
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 Deserializable for StickerSetFullCovered
impl Deserializable for StickerSetFullCovered
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<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 = 0x40d13c0e
const CONSTRUCTOR_ID: u32 = 0x40d13c0e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for StickerSetFullCovered
impl PartialEq for StickerSetFullCovered
Source§impl Serializable for StickerSetFullCovered
impl Serializable for StickerSetFullCovered
Source§impl TryFrom<StickerSetCovered> for StickerSetFullCovered
impl TryFrom<StickerSetCovered> for StickerSetFullCovered
Source§type Error = StickerSetCovered
type Error = StickerSetCovered
The type returned in the event of a conversion error.
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