pub struct DistributedCommitEpoch(/* private fields */);Expand description
Monotonic identity of one distributed session transaction.
Implementations§
Trait Implementations§
Source§impl Clone for DistributedCommitEpoch
impl Clone for DistributedCommitEpoch
Source§fn clone(&self) -> DistributedCommitEpoch
fn clone(&self) -> DistributedCommitEpoch
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 DistributedCommitEpoch
Source§impl Debug for DistributedCommitEpoch
impl Debug for DistributedCommitEpoch
Source§impl<'de> Deserialize<'de> for DistributedCommitEpoch
impl<'de> Deserialize<'de> for DistributedCommitEpoch
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DistributedCommitEpoch
Source§impl Hash for DistributedCommitEpoch
impl Hash for DistributedCommitEpoch
Source§impl Ord for DistributedCommitEpoch
impl Ord for DistributedCommitEpoch
Source§fn cmp(&self, other: &DistributedCommitEpoch) -> Ordering
fn cmp(&self, other: &DistributedCommitEpoch) -> 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 DistributedCommitEpoch
impl PartialEq for DistributedCommitEpoch
Source§impl PartialOrd for DistributedCommitEpoch
impl PartialOrd for DistributedCommitEpoch
Source§impl Serialize for DistributedCommitEpoch
impl Serialize for DistributedCommitEpoch
impl StructuralPartialEq for DistributedCommitEpoch
Auto Trait Implementations§
impl Freeze for DistributedCommitEpoch
impl RefUnwindSafe for DistributedCommitEpoch
impl Send for DistributedCommitEpoch
impl Sync for DistributedCommitEpoch
impl Unpin for DistributedCommitEpoch
impl UnsafeUnpin for DistributedCommitEpoch
impl UnwindSafe for DistributedCommitEpoch
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