pub struct InputStickerSetThumb {
pub stickerset: InputStickerSet,
pub thumb_version: i32,
}Expand description
Generated from:
inputStickerSetThumb#9d84f3db stickerset:InputStickerSet thumb_version:int = InputFileLocationFields§
§stickerset: InputStickerSet§thumb_version: i32Trait Implementations§
Source§impl Clone for InputStickerSetThumb
impl Clone for InputStickerSetThumb
Source§fn clone(&self) -> InputStickerSetThumb
fn clone(&self) -> InputStickerSetThumb
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 InputStickerSetThumb
impl Debug for InputStickerSetThumb
Source§impl Deserializable for InputStickerSetThumb
impl Deserializable for InputStickerSetThumb
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<InputStickerSetThumb> for InputFileLocation
impl From<InputStickerSetThumb> for InputFileLocation
Source§fn from(x: InputStickerSetThumb) -> Self
fn from(x: InputStickerSetThumb) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStickerSetThumb
impl Identifiable for InputStickerSetThumb
Source§const CONSTRUCTOR_ID: u32 = 0x9d84f3db
const CONSTRUCTOR_ID: u32 = 0x9d84f3db
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputStickerSetThumb
impl PartialEq for InputStickerSetThumb
Source§impl Serializable for InputStickerSetThumb
impl Serializable for InputStickerSetThumb
Source§impl TryFrom<InputFileLocation> for InputStickerSetThumb
impl TryFrom<InputFileLocation> for InputStickerSetThumb
Source§type Error = InputFileLocation
type Error = InputFileLocation
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputStickerSetThumb
Auto Trait Implementations§
impl Freeze for InputStickerSetThumb
impl RefUnwindSafe for InputStickerSetThumb
impl Send for InputStickerSetThumb
impl Sync for InputStickerSetThumb
impl Unpin for InputStickerSetThumb
impl UnsafeUnpin for InputStickerSetThumb
impl UnwindSafe for InputStickerSetThumb
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