Struct gsuite_api::types::RoleAssignment [−][src]
pub struct RoleAssignment { pub assigned_to: String, pub etag: String, pub kind: String, pub org_unit_id: String, pub role_assignment_id: i64, pub role_id: i64, pub scope_type: String, }
Expand description
Defines an assignment of a role.
Fields
assigned_to: String
Defines an assignment of a role.
etag: String
Defines an assignment of a role.
kind: String
Defines an assignment of a role.
org_unit_id: String
Defines an assignment of a role.
role_assignment_id: i64
Defines an assignment of a role.
role_id: i64
Defines an assignment of a role.
scope_type: String
Defines an assignment of a role.
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RoleAssignment
impl Send for RoleAssignment
impl Sync for RoleAssignment
impl Unpin for RoleAssignment
impl UnwindSafe for RoleAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more