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