pub struct BdSeq(/* private fields */);Expand description
The birth/death sequence number (bdSeq), incremented once per MQTT CONNECT
(not per message) and persisted across restarts so the Host can correlate an
NDEATH with its NBIRTH (tck-id-payloads-nbirth-bdseq*).
Implementations§
Trait Implementations§
impl Copy for BdSeq
impl Eq for BdSeq
impl StructuralPartialEq for BdSeq
Auto Trait Implementations§
impl Freeze for BdSeq
impl RefUnwindSafe for BdSeq
impl Send for BdSeq
impl Sync for BdSeq
impl Unpin for BdSeq
impl UnsafeUnpin for BdSeq
impl UnwindSafe for BdSeq
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