pub struct ReceivedMessages {
pub max_id: i32,
}Expand description
Generated from:
messages.receivedMessages#5a954c0 max_id:int = Vector<ReceivedNotifyMessage>Fields§
§max_id: i32Trait Implementations§
Source§impl Clone for ReceivedMessages
impl Clone for ReceivedMessages
Source§fn clone(&self) -> ReceivedMessages
fn clone(&self) -> ReceivedMessages
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 ReceivedMessages
impl Debug for ReceivedMessages
Source§impl Identifiable for ReceivedMessages
impl Identifiable for ReceivedMessages
Source§const CONSTRUCTOR_ID: u32 = 0x05a954c0
const CONSTRUCTOR_ID: u32 = 0x05a954c0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReceivedMessages
impl PartialEq for ReceivedMessages
Source§impl RemoteCall for ReceivedMessages
impl RemoteCall for ReceivedMessages
Source§type Return = Vec<ReceivedNotifyMessage>
type Return = Vec<ReceivedNotifyMessage>
The deserialized response type.
Source§impl Serializable for ReceivedMessages
impl Serializable for ReceivedMessages
impl StructuralPartialEq for ReceivedMessages
Auto Trait Implementations§
impl Freeze for ReceivedMessages
impl RefUnwindSafe for ReceivedMessages
impl Send for ReceivedMessages
impl Sync for ReceivedMessages
impl Unpin for ReceivedMessages
impl UnsafeUnpin for ReceivedMessages
impl UnwindSafe for ReceivedMessages
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