Struct fastly_api::models::invitation::Invitation
source · pub struct Invitation {
pub data: Option<Box<InvitationData>>,
}
Fields§
§data: Option<Box<InvitationData>>
Implementations§
source§impl Invitation
impl Invitation
pub fn new() -> Invitation
Trait Implementations§
source§impl Clone for Invitation
impl Clone for Invitation
source§fn clone(&self) -> Invitation
fn clone(&self) -> Invitation
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 Invitation
impl Debug for Invitation
source§impl Default for Invitation
impl Default for Invitation
source§fn default() -> Invitation
fn default() -> Invitation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Invitation
impl<'de> Deserialize<'de> for Invitation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Invitation> for Invitation
impl PartialEq<Invitation> for Invitation
source§fn eq(&self, other: &Invitation) -> bool
fn eq(&self, other: &Invitation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Invitation
impl Serialize for Invitation
impl StructuralPartialEq for Invitation
Auto Trait Implementations§
impl RefUnwindSafe for Invitation
impl Send for Invitation
impl Sync for Invitation
impl Unpin for Invitation
impl UnwindSafe for Invitation
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