pub struct ServiceAuthorizationDataRelationshipsUser {
pub data: Option<Box<ServiceAuthorizationDataRelationshipsUserData>>,
}
Expand description
ServiceAuthorizationDataRelationshipsUser : The ID of the user being given access to the service.
Fields§
§data: Option<Box<ServiceAuthorizationDataRelationshipsUserData>>
Implementations§
Source§impl ServiceAuthorizationDataRelationshipsUser
impl ServiceAuthorizationDataRelationshipsUser
Sourcepub fn new() -> ServiceAuthorizationDataRelationshipsUser
pub fn new() -> ServiceAuthorizationDataRelationshipsUser
The ID of the user being given access to the service.
Trait Implementations§
Source§impl Clone for ServiceAuthorizationDataRelationshipsUser
impl Clone for ServiceAuthorizationDataRelationshipsUser
Source§fn clone(&self) -> ServiceAuthorizationDataRelationshipsUser
fn clone(&self) -> ServiceAuthorizationDataRelationshipsUser
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 ServiceAuthorizationDataRelationshipsUser
impl Default for ServiceAuthorizationDataRelationshipsUser
Source§fn default() -> ServiceAuthorizationDataRelationshipsUser
fn default() -> ServiceAuthorizationDataRelationshipsUser
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceAuthorizationDataRelationshipsUser
impl<'de> Deserialize<'de> for ServiceAuthorizationDataRelationshipsUser
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 ServiceAuthorizationDataRelationshipsUser
impl PartialEq for ServiceAuthorizationDataRelationshipsUser
Source§fn eq(&self, other: &ServiceAuthorizationDataRelationshipsUser) -> bool
fn eq(&self, other: &ServiceAuthorizationDataRelationshipsUser) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceAuthorizationDataRelationshipsUser
Auto Trait Implementations§
impl Freeze for ServiceAuthorizationDataRelationshipsUser
impl RefUnwindSafe for ServiceAuthorizationDataRelationshipsUser
impl Send for ServiceAuthorizationDataRelationshipsUser
impl Sync for ServiceAuthorizationDataRelationshipsUser
impl Unpin for ServiceAuthorizationDataRelationshipsUser
impl UnwindSafe for ServiceAuthorizationDataRelationshipsUser
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