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