pub struct AuthorizationName(/* private fields */);Expand description
Stable authentication strategy, authorization policy, role, or permission name.
Implementations§
Trait Implementations§
Source§impl Clone for AuthorizationName
impl Clone for AuthorizationName
Source§fn clone(&self) -> AuthorizationName
fn clone(&self) -> AuthorizationName
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 AuthorizationName
impl Debug for AuthorizationName
Source§impl Display for AuthorizationName
impl Display for AuthorizationName
impl Eq for AuthorizationName
Source§impl Hash for AuthorizationName
impl Hash for AuthorizationName
Source§impl Ord for AuthorizationName
impl Ord for AuthorizationName
Source§fn cmp(&self, other: &AuthorizationName) -> Ordering
fn cmp(&self, other: &AuthorizationName) -> Ordering
1.21.0 (const: unstable) · 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 AuthorizationName
impl PartialEq for AuthorizationName
Source§impl PartialOrd for AuthorizationName
impl PartialOrd for AuthorizationName
impl StructuralPartialEq for AuthorizationName
Source§impl TryFrom<&str> for AuthorizationName
impl TryFrom<&str> for AuthorizationName
Auto Trait Implementations§
impl Freeze for AuthorizationName
impl RefUnwindSafe for AuthorizationName
impl Send for AuthorizationName
impl Sync for AuthorizationName
impl Unpin for AuthorizationName
impl UnsafeUnpin for AuthorizationName
impl UnwindSafe for AuthorizationName
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