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