pub struct GetInvitationsCountRequest {}Trait Implementations§
Source§impl Clone for GetInvitationsCountRequest
impl Clone for GetInvitationsCountRequest
Source§fn clone(&self) -> GetInvitationsCountRequest
fn clone(&self) -> GetInvitationsCountRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetInvitationsCountRequest
impl Debug for GetInvitationsCountRequest
Source§impl Default for GetInvitationsCountRequest
impl Default for GetInvitationsCountRequest
Source§fn default() -> GetInvitationsCountRequest
fn default() -> GetInvitationsCountRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetInvitationsCountRequest
impl PartialEq for GetInvitationsCountRequest
Source§fn eq(&self, other: &GetInvitationsCountRequest) -> bool
fn eq(&self, other: &GetInvitationsCountRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetInvitationsCountRequest
Auto Trait Implementations§
impl Freeze for GetInvitationsCountRequest
impl RefUnwindSafe for GetInvitationsCountRequest
impl Send for GetInvitationsCountRequest
impl Sync for GetInvitationsCountRequest
impl Unpin for GetInvitationsCountRequest
impl UnsafeUnpin for GetInvitationsCountRequest
impl UnwindSafe for GetInvitationsCountRequest
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