pub struct LexEnvironment {
pub inner: Box<EnvironmentRecordType>,
pub outer: Option<JsLexEnvironmentType>,
}Fields§
§inner: Box<EnvironmentRecordType>§outer: Option<JsLexEnvironmentType>Auto Trait Implementations§
impl Freeze for LexEnvironment
impl !RefUnwindSafe for LexEnvironment
impl !Send for LexEnvironment
impl !Sync for LexEnvironment
impl Unpin for LexEnvironment
impl !UnwindSafe for LexEnvironment
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