Struct fastly_api::models::service_authorization_data_relationships_user::ServiceAuthorizationDataRelationshipsUser   
source · 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
This method 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
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)