pub struct StickerSetMultiCovered {
pub set: StickerSet,
pub covers: Vec<Document>,
}Expand description
Generated from:
stickerSetMultiCovered#3407e51b set:StickerSet covers:Vector<Document> = StickerSetCoveredFields§
§set: StickerSet§covers: Vec<Document>Trait Implementations§
Source§impl Clone for StickerSetMultiCovered
impl Clone for StickerSetMultiCovered
Source§fn clone(&self) -> StickerSetMultiCovered
fn clone(&self) -> StickerSetMultiCovered
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 StickerSetMultiCovered
impl Debug for StickerSetMultiCovered
Source§impl Deserializable for StickerSetMultiCovered
impl Deserializable for StickerSetMultiCovered
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<StickerSetMultiCovered> for StickerSetCovered
impl From<StickerSetMultiCovered> for StickerSetCovered
Source§fn from(x: StickerSetMultiCovered) -> Self
fn from(x: StickerSetMultiCovered) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StickerSetMultiCovered
impl Identifiable for StickerSetMultiCovered
Source§const CONSTRUCTOR_ID: u32 = 0x3407e51b
const CONSTRUCTOR_ID: u32 = 0x3407e51b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for StickerSetMultiCovered
impl PartialEq for StickerSetMultiCovered
Source§impl TryFrom<StickerSetCovered> for StickerSetMultiCovered
impl TryFrom<StickerSetCovered> for StickerSetMultiCovered
Source§type Error = StickerSetCovered
type Error = StickerSetCovered
The type returned in the event of a conversion error.
impl StructuralPartialEq for StickerSetMultiCovered
Auto Trait Implementations§
impl Freeze for StickerSetMultiCovered
impl RefUnwindSafe for StickerSetMultiCovered
impl Send for StickerSetMultiCovered
impl Sync for StickerSetMultiCovered
impl Unpin for StickerSetMultiCovered
impl UnsafeUnpin for StickerSetMultiCovered
impl UnwindSafe for StickerSetMultiCovered
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