pub struct Seq(/* private fields */);Expand description
The payload sequence number (seq), reset to 0 on every (re)birth and
incremented by one (mod 256) on every subsequent Edge Node message
(tck-id-payloads-sequence-num-incrementing).
Implementations§
Trait Implementations§
impl Copy for Seq
impl Eq for Seq
impl StructuralPartialEq for Seq
Auto Trait Implementations§
impl Freeze for Seq
impl RefUnwindSafe for Seq
impl Send for Seq
impl Sync for Seq
impl Unpin for Seq
impl UnsafeUnpin for Seq
impl UnwindSafe for Seq
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