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