Struct fastly_api::models::service_authorization_response_data::ServiceAuthorizationResponseData   
source · pub struct ServiceAuthorizationResponseData {
    pub _type: Option<TypeServiceAuthorization>,
    pub attributes: Option<Box<Timestamps>>,
    pub relationships: Option<Box<ServiceAuthorizationDataRelationships>>,
    pub id: Option<Box<String>>,
}Fields§
§_type: Option<TypeServiceAuthorization>§attributes: Option<Box<Timestamps>>§relationships: Option<Box<ServiceAuthorizationDataRelationships>>§id: Option<Box<String>>Implementations§
Trait Implementations§
source§impl Clone for ServiceAuthorizationResponseData
 
impl Clone for ServiceAuthorizationResponseData
source§fn clone(&self) -> ServiceAuthorizationResponseData
 
fn clone(&self) -> ServiceAuthorizationResponseData
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 Default for ServiceAuthorizationResponseData
 
impl Default for ServiceAuthorizationResponseData
source§fn default() -> ServiceAuthorizationResponseData
 
fn default() -> ServiceAuthorizationResponseData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceAuthorizationResponseData
 
impl<'de> Deserialize<'de> for ServiceAuthorizationResponseData
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 for ServiceAuthorizationResponseData
 
impl PartialEq for ServiceAuthorizationResponseData
source§fn eq(&self, other: &ServiceAuthorizationResponseData) -> bool
 
fn eq(&self, other: &ServiceAuthorizationResponseData) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServiceAuthorizationResponseData
Auto Trait Implementations§
impl Freeze for ServiceAuthorizationResponseData
impl RefUnwindSafe for ServiceAuthorizationResponseData
impl Send for ServiceAuthorizationResponseData
impl Sync for ServiceAuthorizationResponseData
impl Unpin for ServiceAuthorizationResponseData
impl UnwindSafe for ServiceAuthorizationResponseData
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)