pub struct ReadFeaturedStickers {
pub id: Vec<i64>,
}Expand description
Generated from:
messages.readFeaturedStickers#5b118126 id:Vector<long> = BoolFields§
§id: Vec<i64>Trait Implementations§
Source§impl Clone for ReadFeaturedStickers
impl Clone for ReadFeaturedStickers
Source§fn clone(&self) -> ReadFeaturedStickers
fn clone(&self) -> ReadFeaturedStickers
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 ReadFeaturedStickers
impl Debug for ReadFeaturedStickers
Source§impl Identifiable for ReadFeaturedStickers
impl Identifiable for ReadFeaturedStickers
Source§const CONSTRUCTOR_ID: u32 = 0x5b118126
const CONSTRUCTOR_ID: u32 = 0x5b118126
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReadFeaturedStickers
impl PartialEq for ReadFeaturedStickers
Source§impl RemoteCall for ReadFeaturedStickers
impl RemoteCall for ReadFeaturedStickers
Source§impl Serializable for ReadFeaturedStickers
impl Serializable for ReadFeaturedStickers
impl StructuralPartialEq for ReadFeaturedStickers
Auto Trait Implementations§
impl Freeze for ReadFeaturedStickers
impl RefUnwindSafe for ReadFeaturedStickers
impl Send for ReadFeaturedStickers
impl Sync for ReadFeaturedStickers
impl Unpin for ReadFeaturedStickers
impl UnsafeUnpin for ReadFeaturedStickers
impl UnwindSafe for ReadFeaturedStickers
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