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 · 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
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 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