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