pub struct InputStickerSetId {
pub id: i64,
pub access_hash: i64,
}Expand description
Generated from:
inputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSetFields§
§id: i64§access_hash: i64Trait Implementations§
Source§impl Clone for InputStickerSetId
impl Clone for InputStickerSetId
Source§fn clone(&self) -> InputStickerSetId
fn clone(&self) -> InputStickerSetId
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 InputStickerSetId
impl Debug for InputStickerSetId
Source§impl Deserializable for InputStickerSetId
impl Deserializable for InputStickerSetId
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<InputStickerSetId> for InputStickerSet
impl From<InputStickerSetId> for InputStickerSet
Source§fn from(x: InputStickerSetId) -> Self
fn from(x: InputStickerSetId) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStickerSetId
impl Identifiable for InputStickerSetId
Source§const CONSTRUCTOR_ID: u32 = 0x9de7a269
const CONSTRUCTOR_ID: u32 = 0x9de7a269
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputStickerSetId
impl PartialEq for InputStickerSetId
Source§impl Serializable for InputStickerSetId
impl Serializable for InputStickerSetId
Source§impl TryFrom<InputStickerSet> for InputStickerSetId
impl TryFrom<InputStickerSet> for InputStickerSetId
Source§type Error = InputStickerSet
type Error = InputStickerSet
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputStickerSetId
Auto Trait Implementations§
impl Freeze for InputStickerSetId
impl RefUnwindSafe for InputStickerSetId
impl Send for InputStickerSetId
impl Sync for InputStickerSetId
impl Unpin for InputStickerSetId
impl UnsafeUnpin for InputStickerSetId
impl UnwindSafe for InputStickerSetId
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