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