pub enum AssignedRoleRoletype {
System,
Custom,
Unknown(String),
}Expand description
Inline enum for AssignedRole.roleType.
Variants§
Trait Implementations§
Source§impl Clone for AssignedRoleRoletype
impl Clone for AssignedRoleRoletype
Source§fn clone(&self) -> AssignedRoleRoletype
fn clone(&self) -> AssignedRoleRoletype
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AssignedRoleRoletype
impl Debug for AssignedRoleRoletype
Source§impl Default for AssignedRoleRoletype
impl Default for AssignedRoleRoletype
Source§fn default() -> AssignedRoleRoletype
fn default() -> AssignedRoleRoletype
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssignedRoleRoletype
impl<'de> Deserialize<'de> for AssignedRoleRoletype
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 Display for AssignedRoleRoletype
impl Display for AssignedRoleRoletype
Source§impl PartialEq for AssignedRoleRoletype
impl PartialEq for AssignedRoleRoletype
Source§fn eq(&self, other: &AssignedRoleRoletype) -> bool
fn eq(&self, other: &AssignedRoleRoletype) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AssignedRoleRoletype
impl Serialize for AssignedRoleRoletype
impl StructuralPartialEq for AssignedRoleRoletype
Auto Trait Implementations§
impl Freeze for AssignedRoleRoletype
impl RefUnwindSafe for AssignedRoleRoletype
impl Send for AssignedRoleRoletype
impl Sync for AssignedRoleRoletype
impl Unpin for AssignedRoleRoletype
impl UnsafeUnpin for AssignedRoleRoletype
impl UnwindSafe for AssignedRoleRoletype
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