pub struct Env<'a> {
pub te: &'a mut TypeEnv,
pub pre: bool,
}Fields§
§te: &'a mut TypeEnv§pre: boolAuto Trait Implementations§
impl<'a> Freeze for Env<'a>
impl<'a> RefUnwindSafe for Env<'a>
impl<'a> !Send for Env<'a>
impl<'a> !Sync for Env<'a>
impl<'a> Unpin for Env<'a>
impl<'a> UnsafeUnpin for Env<'a>
impl<'a> !UnwindSafe for Env<'a>
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