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