pub struct VarEnv { /* private fields */ }Expand description
Environment for indexing variables.
Implementations§
Trait Implementations§
impl Copy for VarEnv
Auto Trait Implementations§
impl Freeze for VarEnv
impl RefUnwindSafe for VarEnv
impl Send for VarEnv
impl Sync for VarEnv
impl Unpin for VarEnv
impl UnwindSafe for VarEnv
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