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