pub struct DeleteInvitationParams {
pub invitation_id: String,
}
Expand description
struct for passing parameters to the method delete_invitation
Fields§
§invitation_id: String
Alphanumeric string identifying an invitation.
Trait Implementations§
Source§impl Clone for DeleteInvitationParams
impl Clone for DeleteInvitationParams
Source§fn clone(&self) -> DeleteInvitationParams
fn clone(&self) -> DeleteInvitationParams
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 DeleteInvitationParams
impl Debug for DeleteInvitationParams
Source§impl Default for DeleteInvitationParams
impl Default for DeleteInvitationParams
Source§fn default() -> DeleteInvitationParams
fn default() -> DeleteInvitationParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteInvitationParams
impl RefUnwindSafe for DeleteInvitationParams
impl Send for DeleteInvitationParams
impl Sync for DeleteInvitationParams
impl Unpin for DeleteInvitationParams
impl UnwindSafe for DeleteInvitationParams
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