pub struct MessagesNotModified {
pub count: i32,
}Expand description
Generated from:
messages.messagesNotModified#74535f21 count:int = messages.MessagesFields§
§count: i32Trait Implementations§
Source§impl Clone for MessagesNotModified
impl Clone for MessagesNotModified
Source§fn clone(&self) -> MessagesNotModified
fn clone(&self) -> MessagesNotModified
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 MessagesNotModified
impl Debug for MessagesNotModified
Source§impl Deserializable for MessagesNotModified
impl Deserializable for MessagesNotModified
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<MessagesNotModified> for Messages
impl From<MessagesNotModified> for Messages
Source§fn from(x: MessagesNotModified) -> Self
fn from(x: MessagesNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessagesNotModified
impl Identifiable for MessagesNotModified
Source§const CONSTRUCTOR_ID: u32 = 0x74535f21
const CONSTRUCTOR_ID: u32 = 0x74535f21
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MessagesNotModified
impl PartialEq for MessagesNotModified
Source§impl Serializable for MessagesNotModified
impl Serializable for MessagesNotModified
Source§impl TryFrom<Messages> for MessagesNotModified
impl TryFrom<Messages> for MessagesNotModified
impl StructuralPartialEq for MessagesNotModified
Auto Trait Implementations§
impl Freeze for MessagesNotModified
impl RefUnwindSafe for MessagesNotModified
impl Send for MessagesNotModified
impl Sync for MessagesNotModified
impl Unpin for MessagesNotModified
impl UnsafeUnpin for MessagesNotModified
impl UnwindSafe for MessagesNotModified
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