pub struct WorkflowCheckDetail {
pub metric: String,
pub actual: usize,
pub expected_min: usize,
pub passed: bool,
}Fields§
§metric: String§actual: usize§expected_min: usize§passed: boolTrait Implementations§
Source§impl Debug for WorkflowCheckDetail
impl Debug for WorkflowCheckDetail
Auto Trait Implementations§
impl Freeze for WorkflowCheckDetail
impl RefUnwindSafe for WorkflowCheckDetail
impl Send for WorkflowCheckDetail
impl Sync for WorkflowCheckDetail
impl Unpin for WorkflowCheckDetail
impl UnsafeUnpin for WorkflowCheckDetail
impl UnwindSafe for WorkflowCheckDetail
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