pub struct CommitSeq(/* private fields */);Expand description
Monotonic committed transaction sequence.
§Performance
Copying, comparing, ordering, and hashing are O(1).
Implementations§
Trait Implementations§
impl Copy for CommitSeq
Source§impl<'de> Deserialize<'de> for CommitSeq
impl<'de> Deserialize<'de> for CommitSeq
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 CommitSeq
Source§impl Ord for CommitSeq
impl Ord for CommitSeq
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 PartialOrd for CommitSeq
impl PartialOrd for CommitSeq
impl StructuralPartialEq for CommitSeq
Auto Trait Implementations§
impl Freeze for CommitSeq
impl RefUnwindSafe for CommitSeq
impl Send for CommitSeq
impl Sync for CommitSeq
impl Unpin for CommitSeq
impl UnsafeUnpin for CommitSeq
impl UnwindSafe for CommitSeq
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