pub enum RoleAssignmentResolution {
Explicit,
Owner,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for RoleAssignmentResolution
impl Clone for RoleAssignmentResolution
Source§fn clone(&self) -> RoleAssignmentResolution
fn clone(&self) -> RoleAssignmentResolution
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 Debug for RoleAssignmentResolution
impl Debug for RoleAssignmentResolution
Source§impl Default for RoleAssignmentResolution
impl Default for RoleAssignmentResolution
Source§fn default() -> RoleAssignmentResolution
fn default() -> RoleAssignmentResolution
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RoleAssignmentResolution
impl<'de> Deserialize<'de> for RoleAssignmentResolution
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 Hash for RoleAssignmentResolution
impl Hash for RoleAssignmentResolution
Source§impl Ord for RoleAssignmentResolution
impl Ord for RoleAssignmentResolution
Source§fn cmp(&self, other: &RoleAssignmentResolution) -> Ordering
fn cmp(&self, other: &RoleAssignmentResolution) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RoleAssignmentResolution
impl PartialEq for RoleAssignmentResolution
Source§impl PartialOrd for RoleAssignmentResolution
impl PartialOrd for RoleAssignmentResolution
Source§impl Serialize for RoleAssignmentResolution
impl Serialize for RoleAssignmentResolution
Source§impl ToString for RoleAssignmentResolution
impl ToString for RoleAssignmentResolution
impl Copy for RoleAssignmentResolution
impl Eq for RoleAssignmentResolution
impl StructuralPartialEq for RoleAssignmentResolution
Auto Trait Implementations§
impl Freeze for RoleAssignmentResolution
impl RefUnwindSafe for RoleAssignmentResolution
impl Send for RoleAssignmentResolution
impl Sync for RoleAssignmentResolution
impl Unpin for RoleAssignmentResolution
impl UnwindSafe for RoleAssignmentResolution
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