pub struct FailureInjectionReport {
pub passed: bool,
pub checks: Vec<FailureInjectionCheck>,
}Fields§
§passed: bool§checks: Vec<FailureInjectionCheck>Trait Implementations§
Source§impl Clone for FailureInjectionReport
impl Clone for FailureInjectionReport
Source§fn clone(&self) -> FailureInjectionReport
fn clone(&self) -> FailureInjectionReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FailureInjectionReport
impl RefUnwindSafe for FailureInjectionReport
impl Send for FailureInjectionReport
impl Sync for FailureInjectionReport
impl Unpin for FailureInjectionReport
impl UnsafeUnpin for FailureInjectionReport
impl UnwindSafe for FailureInjectionReport
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