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