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