pub struct SequenceIds { /* private fields */ }Expand description
Monotonic allocator for the sequence_id field. Owned by the session/client
— kept out of Command so commands stay pure, data-only values.
Implementations§
Trait Implementations§
Source§impl Debug for SequenceIds
impl Debug for SequenceIds
Source§impl Default for SequenceIds
impl Default for SequenceIds
Source§fn default() -> SequenceIds
fn default() -> SequenceIds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SequenceIds
impl RefUnwindSafe for SequenceIds
impl Send for SequenceIds
impl Sync for SequenceIds
impl Unpin for SequenceIds
impl UnsafeUnpin for SequenceIds
impl UnwindSafe for SequenceIds
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