pub struct Env<F> { /* private fields */ }Expand description
An execution environment.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Env<F>
impl<F> RefUnwindSafe for Env<F>where
F: RefUnwindSafe,
impl<F> Send for Env<F>
impl<F> Sync for Env<F>
impl<F> Unpin for Env<F>
impl<F> UnwindSafe for Env<F>where
F: RefUnwindSafe,
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