Struct azure_pim_cli::roles::ScopeEntry
source · pub struct ScopeEntry {
pub role: String,
pub scope: String,
pub scope_name: String,
pub role_definition_id: String,
}Fields§
§role: String§scope: String§scope_name: String§role_definition_id: StringTrait Implementations§
source§impl Ord for ScopeEntry
impl Ord for ScopeEntry
source§fn cmp(&self, other: &ScopeEntry) -> Ordering
fn cmp(&self, other: &ScopeEntry) -> 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 ScopeEntry
impl PartialEq for ScopeEntry
source§fn eq(&self, other: &ScopeEntry) -> bool
fn eq(&self, other: &ScopeEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ScopeEntry
impl PartialOrd for ScopeEntry
source§fn partial_cmp(&self, other: &ScopeEntry) -> Option<Ordering>
fn partial_cmp(&self, other: &ScopeEntry) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for ScopeEntry
impl Serialize for ScopeEntry
impl Eq for ScopeEntry
impl StructuralPartialEq for ScopeEntry
Auto Trait Implementations§
impl Freeze for ScopeEntry
impl RefUnwindSafe for ScopeEntry
impl Send for ScopeEntry
impl Sync for ScopeEntry
impl Unpin for ScopeEntry
impl UnwindSafe for ScopeEntry
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.