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