pub struct InputStickerSetId {
pub id: i64,
pub access_hash: i64,
}Expand description
Generated from the following TL definition:
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§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 = 2_649_203_305u32
const CONSTRUCTOR_ID: u32 = 2_649_203_305u32
The unique identifier for the type.
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
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 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