pub struct Env { /* private fields */ }Expand description
Interpreter environment
Implementations§
Source§impl Env
impl Env
pub fn new() -> Self
pub fn register_kos_bridge(&mut self)
pub fn register_net_stdlib(&mut self)
pub fn register_json_stdlib(&mut self)
pub fn register_stdlib(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Env
impl !RefUnwindSafe for Env
impl Send for Env
impl Sync for Env
impl Unpin for Env
impl UnwindSafe for 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