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 duplicate 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 for ServiceAuthorizationDataRelationships
impl PartialEq for ServiceAuthorizationDataRelationships
Source§fn eq(&self, other: &ServiceAuthorizationDataRelationships) -> bool
fn eq(&self, other: &ServiceAuthorizationDataRelationships) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceAuthorizationDataRelationships
Auto Trait Implementations§
impl Freeze for ServiceAuthorizationDataRelationships
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