pub struct AboutAdditionalRoleInfoRoleSets {
pub additional_roles: Option<Vec<String>>,
pub primary_role: Option<String>,
}Expand description
The supported additional roles per primary role.
This type is not used in any activity, and only used as part of another schema.
Fields§
§additional_roles: Option<Vec<String>>The supported additional roles with the primary role.
primary_role: Option<String>A primary permission role.
Trait Implementations§
Source§impl Clone for AboutAdditionalRoleInfoRoleSets
impl Clone for AboutAdditionalRoleInfoRoleSets
Source§fn clone(&self) -> AboutAdditionalRoleInfoRoleSets
fn clone(&self) -> AboutAdditionalRoleInfoRoleSets
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 AboutAdditionalRoleInfoRoleSets
impl Default for AboutAdditionalRoleInfoRoleSets
Source§fn default() -> AboutAdditionalRoleInfoRoleSets
fn default() -> AboutAdditionalRoleInfoRoleSets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AboutAdditionalRoleInfoRoleSets
impl<'de> Deserialize<'de> for AboutAdditionalRoleInfoRoleSets
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
impl NestedType for AboutAdditionalRoleInfoRoleSets
impl Part for AboutAdditionalRoleInfoRoleSets
Auto Trait Implementations§
impl Freeze for AboutAdditionalRoleInfoRoleSets
impl RefUnwindSafe for AboutAdditionalRoleInfoRoleSets
impl Send for AboutAdditionalRoleInfoRoleSets
impl Sync for AboutAdditionalRoleInfoRoleSets
impl Unpin for AboutAdditionalRoleInfoRoleSets
impl UnwindSafe for AboutAdditionalRoleInfoRoleSets
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