pub struct FeaturedStickersNotModified {
pub count: i32,
}Expand description
messages.featuredStickersNotModified
Generated from:
messages.featuredStickersNotModified#c6dc0c66 count:int = messages.FeaturedStickersFields§
§count: i32Trait Implementations§
Source§impl Clone for FeaturedStickersNotModified
impl Clone for FeaturedStickersNotModified
Source§fn clone(&self) -> FeaturedStickersNotModified
fn clone(&self) -> FeaturedStickersNotModified
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 FeaturedStickersNotModified
impl Debug for FeaturedStickersNotModified
Source§impl Deserializable for FeaturedStickersNotModified
impl Deserializable for FeaturedStickersNotModified
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<FeaturedStickersNotModified> for FeaturedStickers
impl From<FeaturedStickersNotModified> for FeaturedStickers
Source§fn from(x: FeaturedStickersNotModified) -> Self
fn from(x: FeaturedStickersNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for FeaturedStickersNotModified
impl Identifiable for FeaturedStickersNotModified
Source§const CONSTRUCTOR_ID: u32 = 0xc6dc0c66
const CONSTRUCTOR_ID: u32 = 0xc6dc0c66
The constructor ID as specified in the TL schema.
Source§impl TryFrom<FeaturedStickers> for FeaturedStickersNotModified
impl TryFrom<FeaturedStickers> for FeaturedStickersNotModified
Source§type Error = FeaturedStickers
type Error = FeaturedStickers
The type returned in the event of a conversion error.
impl StructuralPartialEq for FeaturedStickersNotModified
Auto Trait Implementations§
impl Freeze for FeaturedStickersNotModified
impl RefUnwindSafe for FeaturedStickersNotModified
impl Send for FeaturedStickersNotModified
impl Sync for FeaturedStickersNotModified
impl Unpin for FeaturedStickersNotModified
impl UnsafeUnpin for FeaturedStickersNotModified
impl UnwindSafe for FeaturedStickersNotModified
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