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
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