Struct fastly_api::apis::invitations_api::DeleteInvitationParams
source · 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 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 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 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