pub struct MatchEnv<'env> {
env: &'env mut Environment,
bind: &'env mut HashMap<Symbol, ConValue>,
public: bool,
mutable: bool,
}Fields§
§env: &'env mut Environment§bind: &'env mut HashMap<Symbol, ConValue>§public: bool§mutable: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'env> Freeze for MatchEnv<'env>
impl<'env> !RefUnwindSafe for MatchEnv<'env>
impl<'env> !Send for MatchEnv<'env>
impl<'env> !Sync for MatchEnv<'env>
impl<'env> Unpin for MatchEnv<'env>
impl<'env> !UnwindSafe for MatchEnv<'env>
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