pub struct CrateEnv(/* private fields */);
Expand description
A collection of crates that are required for the evaluation of some expression.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CrateEnv
impl RefUnwindSafe for CrateEnv
impl Send for CrateEnv
impl Sync for CrateEnv
impl Unpin for CrateEnv
impl UnwindSafe for CrateEnv
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