pub struct PolicyRole(/* private fields */);Expand description
An internal group e.g. administrator, moderator, etc.
Trait Implementations§
Source§impl AsRef<str> for PolicyRole
impl AsRef<str> for PolicyRole
Source§impl Clone for PolicyRole
impl Clone for PolicyRole
Source§fn clone(&self) -> PolicyRole
fn clone(&self) -> PolicyRole
Returns a copy 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 PolicyRole
impl Debug for PolicyRole
Source§impl From<&str> for PolicyRole
impl From<&str> for PolicyRole
Source§impl From<String> for PolicyRole
impl From<String> for PolicyRole
Source§impl FromStr for PolicyRole
impl FromStr for PolicyRole
Source§impl PartialEq for PolicyRole
impl PartialEq for PolicyRole
impl Eq for PolicyRole
impl IsSubject for PolicyRole
impl StructuralPartialEq for PolicyRole
Auto Trait Implementations§
impl Freeze for PolicyRole
impl RefUnwindSafe for PolicyRole
impl Send for PolicyRole
impl Sync for PolicyRole
impl Unpin for PolicyRole
impl UnwindSafe for PolicyRole
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