pub struct VerifyRequest {
pub stage: VerifyStage,
pub source: String,
pub against: String,
pub out_dir: Option<PathBuf>,
pub oracle: Option<PathBuf>,
pub native_runner: Option<PathBuf>,
}Fields§
§stage: VerifyStage§source: String§against: String§out_dir: Option<PathBuf>§oracle: Option<PathBuf>§native_runner: Option<PathBuf>Auto Trait Implementations§
impl Freeze for VerifyRequest
impl RefUnwindSafe for VerifyRequest
impl Send for VerifyRequest
impl Sync for VerifyRequest
impl Unpin for VerifyRequest
impl UnsafeUnpin for VerifyRequest
impl UnwindSafe for VerifyRequest
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