pub struct MessageSeqNo(/* private fields */);Expand description
Message sequence number.
Implementations§
Source§impl MessageSeqNo
impl MessageSeqNo
Trait Implementations§
Source§impl Clone for MessageSeqNo
impl Clone for MessageSeqNo
Source§fn clone(&self) -> MessageSeqNo
fn clone(&self) -> MessageSeqNo
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 MessageSeqNo
impl Debug for MessageSeqNo
Source§impl Hash for MessageSeqNo
impl Hash for MessageSeqNo
Source§impl Ord for MessageSeqNo
impl Ord for MessageSeqNo
Source§fn cmp(&self, other: &MessageSeqNo) -> Ordering
fn cmp(&self, other: &MessageSeqNo) -> 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 MessageSeqNo
impl PartialEq for MessageSeqNo
Source§impl PartialOrd for MessageSeqNo
impl PartialOrd for MessageSeqNo
impl Copy for MessageSeqNo
impl Eq for MessageSeqNo
impl StructuralPartialEq for MessageSeqNo
Auto Trait Implementations§
impl Freeze for MessageSeqNo
impl RefUnwindSafe for MessageSeqNo
impl Send for MessageSeqNo
impl Sync for MessageSeqNo
impl Unpin for MessageSeqNo
impl UnwindSafe for MessageSeqNo
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