pub struct CliRuntime {
pub binary_name: &'static str,
pub default_source: &'static str,
pub compile_options: fn() -> CompileSourceFileOptions,
}Fields§
§binary_name: &'static str§default_source: &'static str§compile_options: fn() -> CompileSourceFileOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for CliRuntime
impl RefUnwindSafe for CliRuntime
impl Send for CliRuntime
impl Sync for CliRuntime
impl Unpin for CliRuntime
impl UnsafeUnpin for CliRuntime
impl UnwindSafe for CliRuntime
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