pub struct DefaultEnvironment { /* private fields */ }Expand description
A very simple default Environment for testing purpose and the REPL
Trait Implementations§
Source§impl Debug for DefaultEnvironment
impl Debug for DefaultEnvironment
Source§impl Default for DefaultEnvironment
impl Default for DefaultEnvironment
Source§fn default() -> DefaultEnvironment
fn default() -> DefaultEnvironment
Returns the “default value” for a type. Read more
Source§impl Environment for DefaultEnvironment
impl Environment for DefaultEnvironment
Auto Trait Implementations§
impl !Freeze for DefaultEnvironment
impl !RefUnwindSafe for DefaultEnvironment
impl Send for DefaultEnvironment
impl Sync for DefaultEnvironment
impl Unpin for DefaultEnvironment
impl UnwindSafe for DefaultEnvironment
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