pub struct ProbeResult {
pub passed: u32,
pub failed: u32,
}Fields§
§passed: u32§failed: u32Implementations§
Source§impl ProbeResult
impl ProbeResult
Sourcepub fn all_passed(&self) -> bool
pub fn all_passed(&self) -> bool
Performs the all passed operation.
Auto Trait Implementations§
impl Freeze for ProbeResult
impl RefUnwindSafe for ProbeResult
impl Send for ProbeResult
impl Sync for ProbeResult
impl Unpin for ProbeResult
impl UnsafeUnpin for ProbeResult
impl UnwindSafe for ProbeResult
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