pub struct EtaJobQueue { /* private fields */ }Expand description
A priority queue for eta reduction jobs.
Implementations§
Source§impl EtaJobQueue
impl EtaJobQueue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtaJobQueue
impl RefUnwindSafe for EtaJobQueue
impl Send for EtaJobQueue
impl Sync for EtaJobQueue
impl Unpin for EtaJobQueue
impl UnsafeUnpin for EtaJobQueue
impl UnwindSafe for EtaJobQueue
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