pub struct PermissionName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PermissionName
impl Clone for PermissionName
Source§fn clone(&self) -> PermissionName
fn clone(&self) -> PermissionName
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 PermissionName
impl Debug for PermissionName
Source§impl Display for PermissionName
impl Display for PermissionName
Source§impl FromStr for PermissionName
impl FromStr for PermissionName
Source§impl Hash for PermissionName
impl Hash for PermissionName
Source§impl Ord for PermissionName
impl Ord for PermissionName
Source§fn cmp(&self, other: &PermissionName) -> Ordering
fn cmp(&self, other: &PermissionName) -> 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 PermissionName
impl PartialEq for PermissionName
Source§fn eq(&self, other: &PermissionName) -> bool
fn eq(&self, other: &PermissionName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PermissionName
impl PartialOrd for PermissionName
Source§impl TryFrom<&str> for PermissionName
impl TryFrom<&str> for PermissionName
impl Eq for PermissionName
impl StructuralPartialEq for PermissionName
Auto Trait Implementations§
impl Freeze for PermissionName
impl RefUnwindSafe for PermissionName
impl Send for PermissionName
impl Sync for PermissionName
impl Unpin for PermissionName
impl UnsafeUnpin for PermissionName
impl UnwindSafe for PermissionName
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