pub struct RunInput {
pub mode: String,
pub channel: String,
pub edition: String,
pub backtrace: bool,
pub file_path: PathBuf,
}Fields§
§mode: String§channel: String§edition: String§backtrace: bool§file_path: PathBufAuto Trait Implementations§
impl Freeze for RunInput
impl RefUnwindSafe for RunInput
impl Send for RunInput
impl Sync for RunInput
impl Unpin for RunInput
impl UnwindSafe for RunInput
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