pub struct InterpreterContext {
pub context_path: PathBuf,
pub vm_type: VMIdentifier,
pub allow_missing_files: bool,
}Fields§
§context_path: PathBuf§vm_type: VMIdentifier§allow_missing_files: boolImplementations§
Trait Implementations§
Source§impl Clone for InterpreterContext
impl Clone for InterpreterContext
Source§fn clone(&self) -> InterpreterContext
fn clone(&self) -> InterpreterContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterpreterContext
impl Debug for InterpreterContext
Source§impl Default for InterpreterContext
impl Default for InterpreterContext
Source§fn default() -> InterpreterContext
fn default() -> InterpreterContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterpreterContext
impl RefUnwindSafe for InterpreterContext
impl Send for InterpreterContext
impl Sync for InterpreterContext
impl Unpin for InterpreterContext
impl UnwindSafe for InterpreterContext
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