pub struct OParIdGen { /* private fields */ }Expand description
A monotonically increasing ID generator for OPar.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OParIdGen
impl RefUnwindSafe for OParIdGen
impl Send for OParIdGen
impl Sync for OParIdGen
impl Unpin for OParIdGen
impl UnsafeUnpin for OParIdGen
impl UnwindSafe for OParIdGen
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