Struct DrupalPermission
pub struct DrupalPermission(/* private fields */);Implementations§
§impl DrupalPermission
impl DrupalPermission
Trait Implementations§
§impl Clone for DrupalPermission
impl Clone for DrupalPermission
§fn clone(&self) -> DrupalPermission
fn clone(&self) -> DrupalPermission
Returns a duplicate 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 more§impl Debug for DrupalPermission
impl Debug for DrupalPermission
§impl Display for DrupalPermission
impl Display for DrupalPermission
§impl FromStr for DrupalPermission
impl FromStr for DrupalPermission
§impl Hash for DrupalPermission
impl Hash for DrupalPermission
§impl Ord for DrupalPermission
impl Ord for DrupalPermission
§fn cmp(&self, other: &DrupalPermission) -> Ordering
fn cmp(&self, other: &DrupalPermission) -> 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
§impl PartialEq for DrupalPermission
impl PartialEq for DrupalPermission
§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