pub struct GetPeerDialogs {
pub peers: Vec<InputDialogPeer>,
}Expand description
Generated from:
messages.getPeerDialogs#e470bcfd peers:Vector<InputDialogPeer> = messages.PeerDialogsFields§
§peers: Vec<InputDialogPeer>Trait Implementations§
Source§impl Clone for GetPeerDialogs
impl Clone for GetPeerDialogs
Source§fn clone(&self) -> GetPeerDialogs
fn clone(&self) -> GetPeerDialogs
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 GetPeerDialogs
impl Debug for GetPeerDialogs
Source§impl Identifiable for GetPeerDialogs
impl Identifiable for GetPeerDialogs
Source§const CONSTRUCTOR_ID: u32 = 0xe470bcfd
const CONSTRUCTOR_ID: u32 = 0xe470bcfd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPeerDialogs
impl PartialEq for GetPeerDialogs
Source§impl RemoteCall for GetPeerDialogs
impl RemoteCall for GetPeerDialogs
Source§type Return = PeerDialogs
type Return = PeerDialogs
The deserialized response type.
Source§impl Serializable for GetPeerDialogs
impl Serializable for GetPeerDialogs
impl StructuralPartialEq for GetPeerDialogs
Auto Trait Implementations§
impl Freeze for GetPeerDialogs
impl RefUnwindSafe for GetPeerDialogs
impl Send for GetPeerDialogs
impl Sync for GetPeerDialogs
impl Unpin for GetPeerDialogs
impl UnsafeUnpin for GetPeerDialogs
impl UnwindSafe for GetPeerDialogs
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