pub struct SeqNum(/* private fields */);Expand description
A sequence number that can be compared for ordering.
Implementations§
Trait Implementations§
Source§impl Ord for SeqNum
impl Ord for SeqNum
Source§impl PartialOrd for SeqNum
impl PartialOrd for SeqNum
impl Copy for SeqNum
impl Eq for SeqNum
impl StructuralPartialEq for SeqNum
Auto Trait Implementations§
impl Freeze for SeqNum
impl RefUnwindSafe for SeqNum
impl Send for SeqNum
impl Sync for SeqNum
impl Unpin for SeqNum
impl UnsafeUnpin for SeqNum
impl UnwindSafe for SeqNum
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