pub struct DefaultInterpreter;
Trait Implementations§
Source§impl Default for DefaultInterpreter
impl Default for DefaultInterpreter
Source§fn default() -> DefaultInterpreter
fn default() -> DefaultInterpreter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultInterpreter
impl RefUnwindSafe for DefaultInterpreter
impl Send for DefaultInterpreter
impl Sync for DefaultInterpreter
impl Unpin for DefaultInterpreter
impl UnwindSafe for DefaultInterpreter
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