pub struct FoundStickerSets {
pub hash: i64,
pub sets: Vec<StickerSetCovered>,
}Expand description
Generated from:
messages.foundStickerSets#8af09dd2 hash:long sets:Vector<StickerSetCovered> = messages.FoundStickerSetsFields§
§hash: i64§sets: Vec<StickerSetCovered>Trait Implementations§
Source§impl Clone for FoundStickerSets
impl Clone for FoundStickerSets
Source§fn clone(&self) -> FoundStickerSets
fn clone(&self) -> FoundStickerSets
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 FoundStickerSets
impl Debug for FoundStickerSets
Source§impl Deserializable for FoundStickerSets
impl Deserializable for FoundStickerSets
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<FoundStickerSets> for FoundStickerSets
impl From<FoundStickerSets> for FoundStickerSets
Source§fn from(x: FoundStickerSets) -> Self
fn from(x: FoundStickerSets) -> Self
Converts to this type from the input type.
Source§impl Identifiable for FoundStickerSets
impl Identifiable for FoundStickerSets
Source§const CONSTRUCTOR_ID: u32 = 0x8af09dd2
const CONSTRUCTOR_ID: u32 = 0x8af09dd2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for FoundStickerSets
impl PartialEq for FoundStickerSets
Source§impl Serializable for FoundStickerSets
impl Serializable for FoundStickerSets
Source§impl TryFrom<FoundStickerSets> for FoundStickerSets
impl TryFrom<FoundStickerSets> for FoundStickerSets
Source§type Error = FoundStickerSets
type Error = FoundStickerSets
The type returned in the event of a conversion error.
impl StructuralPartialEq for FoundStickerSets
Auto Trait Implementations§
impl Freeze for FoundStickerSets
impl RefUnwindSafe for FoundStickerSets
impl Send for FoundStickerSets
impl Sync for FoundStickerSets
impl Unpin for FoundStickerSets
impl UnsafeUnpin for FoundStickerSets
impl UnwindSafe for FoundStickerSets
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