pub struct SequenceNo(/* private fields */);Available on crate feature
unstable only.Trait Implementations§
Source§impl Clone for SequenceNo
impl Clone for SequenceNo
Source§fn clone(&self) -> SequenceNo
fn clone(&self) -> SequenceNo
Returns a duplicate of the value. Read more
1.0.0 · 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 SequenceNo
impl Debug for SequenceNo
Source§impl From<SequenceNo> for u64
impl From<SequenceNo> for u64
Source§fn from(sequence_no: SequenceNo) -> Self
fn from(sequence_no: SequenceNo) -> Self
Converts to this type from the input type.
Source§impl Ord for SequenceNo
impl Ord for SequenceNo
Source§fn cmp(&self, other: &SequenceNo) -> Ordering
fn cmp(&self, other: &SequenceNo) -> Ordering
1.21.0 · 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 SequenceNo
impl PartialEq for SequenceNo
Source§impl PartialOrd for SequenceNo
impl PartialOrd for SequenceNo
Source§impl Serialize for SequenceNo
impl Serialize for SequenceNo
Source§impl TryFrom<u64> for SequenceNo
impl TryFrom<u64> for SequenceNo
impl Copy for SequenceNo
impl Eq for SequenceNo
impl StructuralPartialEq for SequenceNo
Auto Trait Implementations§
impl Freeze for SequenceNo
impl RefUnwindSafe for SequenceNo
impl Send for SequenceNo
impl Sync for SequenceNo
impl Unpin for SequenceNo
impl UnwindSafe for SequenceNo
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