pub struct GetStatuses {}Expand description
Trait Implementations§
Source§impl Clone for GetStatuses
impl Clone for GetStatuses
Source§fn clone(&self) -> GetStatuses
fn clone(&self) -> GetStatuses
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 GetStatuses
impl Debug for GetStatuses
Source§impl Identifiable for GetStatuses
impl Identifiable for GetStatuses
Source§const CONSTRUCTOR_ID: u32 = 0xc4a353ee
const CONSTRUCTOR_ID: u32 = 0xc4a353ee
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStatuses
impl PartialEq for GetStatuses
Source§impl RemoteCall for GetStatuses
impl RemoteCall for GetStatuses
Source§type Return = Vec<ContactStatus>
type Return = Vec<ContactStatus>
The deserialized response type.
Source§impl Serializable for GetStatuses
impl Serializable for GetStatuses
impl StructuralPartialEq for GetStatuses
Auto Trait Implementations§
impl Freeze for GetStatuses
impl RefUnwindSafe for GetStatuses
impl Send for GetStatuses
impl Sync for GetStatuses
impl Unpin for GetStatuses
impl UnsafeUnpin for GetStatuses
impl UnwindSafe for GetStatuses
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