pub struct AccessRevision { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AccessRevision
impl Clone for AccessRevision
Source§fn clone(&self) -> AccessRevision
fn clone(&self) -> AccessRevision
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 moreimpl Copy for AccessRevision
Source§impl Debug for AccessRevision
impl Debug for AccessRevision
impl Eq for AccessRevision
Source§impl Hash for AccessRevision
impl Hash for AccessRevision
Source§impl Ord for AccessRevision
impl Ord for AccessRevision
Source§fn cmp(&self, other: &AccessRevision) -> Ordering
fn cmp(&self, other: &AccessRevision) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AccessRevision
impl PartialEq for AccessRevision
Source§impl PartialOrd for AccessRevision
impl PartialOrd for AccessRevision
impl StructuralPartialEq for AccessRevision
Auto Trait Implementations§
impl Freeze for AccessRevision
impl RefUnwindSafe for AccessRevision
impl Send for AccessRevision
impl Sync for AccessRevision
impl Unpin for AccessRevision
impl UnsafeUnpin for AccessRevision
impl UnwindSafe for AccessRevision
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