pub struct SeqIds { /* private fields */ }Expand description
Sequential id generator: t1, t2, … Deterministic for tests.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SeqIds
impl !RefUnwindSafe for SeqIds
impl !Sync for SeqIds
impl Send for SeqIds
impl Unpin for SeqIds
impl UnsafeUnpin for SeqIds
impl UnwindSafe for SeqIds
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