pub struct InviteDeleteRequest {
pub invite_id: String,
pub credentials: Option<Credentials>,
}Expand description
Request parameters for deleting an invite
Fields§
§invite_id: StringInvite identifier
credentials: Option<Credentials>Credentials for authentication (not serialized)
Trait Implementations§
Source§impl Clone for InviteDeleteRequest
impl Clone for InviteDeleteRequest
Source§fn clone(&self) -> InviteDeleteRequest
fn clone(&self) -> InviteDeleteRequest
Returns a copy 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 InviteDeleteRequest
impl Debug for InviteDeleteRequest
Auto Trait Implementations§
impl Freeze for InviteDeleteRequest
impl RefUnwindSafe for InviteDeleteRequest
impl Send for InviteDeleteRequest
impl Sync for InviteDeleteRequest
impl Unpin for InviteDeleteRequest
impl UnwindSafe for InviteDeleteRequest
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