pub struct ProcessVerificationBackend;Expand description
A process-based verification backend that shells out to Cargo.
Trait Implementations§
Source§impl Debug for ProcessVerificationBackend
impl Debug for ProcessVerificationBackend
Source§impl Default for ProcessVerificationBackend
impl Default for ProcessVerificationBackend
Source§fn default() -> ProcessVerificationBackend
fn default() -> ProcessVerificationBackend
Returns the “default value” for a type. Read more
Source§impl VerificationBackend for ProcessVerificationBackend
impl VerificationBackend for ProcessVerificationBackend
Source§fn run(
&self,
root: &Path,
plan: &VerificationPlan,
) -> Result<Vec<ValidationReceipt>, InfraError>
fn run( &self, root: &Path, plan: &VerificationPlan, ) -> Result<Vec<ValidationReceipt>, InfraError>
Executes the verification plan at the repository root. Read more
Auto Trait Implementations§
impl Freeze for ProcessVerificationBackend
impl RefUnwindSafe for ProcessVerificationBackend
impl Send for ProcessVerificationBackend
impl Sync for ProcessVerificationBackend
impl Unpin for ProcessVerificationBackend
impl UnsafeUnpin for ProcessVerificationBackend
impl UnwindSafe for ProcessVerificationBackend
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