pub struct OwnerEpoch(/* private fields */);Expand description
Entity ownership epoch used during handoff.
Implementations§
Trait Implementations§
Source§impl Clone for OwnerEpoch
impl Clone for OwnerEpoch
Source§fn clone(&self) -> OwnerEpoch
fn clone(&self) -> OwnerEpoch
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 OwnerEpoch
Source§impl Debug for OwnerEpoch
impl Debug for OwnerEpoch
Source§impl Default for OwnerEpoch
impl Default for OwnerEpoch
Source§fn default() -> OwnerEpoch
fn default() -> OwnerEpoch
Returns the “default value” for a type. Read more
impl Eq for OwnerEpoch
Source§impl From<u64> for OwnerEpoch
impl From<u64> for OwnerEpoch
Source§impl Hash for OwnerEpoch
impl Hash for OwnerEpoch
Source§impl Ord for OwnerEpoch
impl Ord for OwnerEpoch
Source§fn cmp(&self, other: &OwnerEpoch) -> Ordering
fn cmp(&self, other: &OwnerEpoch) -> 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 OwnerEpoch
impl PartialEq for OwnerEpoch
Source§impl PartialOrd for OwnerEpoch
impl PartialOrd for OwnerEpoch
impl StructuralPartialEq for OwnerEpoch
Auto Trait Implementations§
impl Freeze for OwnerEpoch
impl RefUnwindSafe for OwnerEpoch
impl Send for OwnerEpoch
impl Sync for OwnerEpoch
impl Unpin for OwnerEpoch
impl UnsafeUnpin for OwnerEpoch
impl UnwindSafe for OwnerEpoch
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