pub struct CilExtIdGen { /* private fields */ }Expand description
A monotonically increasing ID generator for CilExt.
Implementations§
Trait Implementations§
Source§impl Debug for CilExtIdGen
impl Debug for CilExtIdGen
Source§impl Default for CilExtIdGen
impl Default for CilExtIdGen
Source§fn default() -> CilExtIdGen
fn default() -> CilExtIdGen
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CilExtIdGen
impl RefUnwindSafe for CilExtIdGen
impl Send for CilExtIdGen
impl Sync for CilExtIdGen
impl Unpin for CilExtIdGen
impl UnsafeUnpin for CilExtIdGen
impl UnwindSafe for CilExtIdGen
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