pub struct FoundStickersNotModified {
pub next_offset: Option<i32>,
}Expand description
messages.foundStickersNotModified
Generated from:
messages.foundStickersNotModified#6010c534 flags:# next_offset:flags.0?int = messages.FoundStickersFields§
§next_offset: Option<i32>Trait Implementations§
Source§impl Clone for FoundStickersNotModified
impl Clone for FoundStickersNotModified
Source§fn clone(&self) -> FoundStickersNotModified
fn clone(&self) -> FoundStickersNotModified
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 FoundStickersNotModified
impl Debug for FoundStickersNotModified
Source§impl Deserializable for FoundStickersNotModified
impl Deserializable for FoundStickersNotModified
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<FoundStickersNotModified> for FoundStickers
impl From<FoundStickersNotModified> for FoundStickers
Source§fn from(x: FoundStickersNotModified) -> Self
fn from(x: FoundStickersNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for FoundStickersNotModified
impl Identifiable for FoundStickersNotModified
Source§const CONSTRUCTOR_ID: u32 = 0x6010c534
const CONSTRUCTOR_ID: u32 = 0x6010c534
The constructor ID as specified in the TL schema.
Source§impl PartialEq for FoundStickersNotModified
impl PartialEq for FoundStickersNotModified
Source§impl TryFrom<FoundStickers> for FoundStickersNotModified
impl TryFrom<FoundStickers> for FoundStickersNotModified
Source§type Error = FoundStickers
type Error = FoundStickers
The type returned in the event of a conversion error.
impl StructuralPartialEq for FoundStickersNotModified
Auto Trait Implementations§
impl Freeze for FoundStickersNotModified
impl RefUnwindSafe for FoundStickersNotModified
impl Send for FoundStickersNotModified
impl Sync for FoundStickersNotModified
impl Unpin for FoundStickersNotModified
impl UnsafeUnpin for FoundStickersNotModified
impl UnwindSafe for FoundStickersNotModified
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