pub struct GateTally {
pub fails: usize,
}Expand description
ALL-GREEN tally: gates print per-case lines and exit nonzero on any failure.
check returns the condition so call sites keep their inline { ... "FAIL" } style
or use it directly.
Fields§
§fails: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GateTally
impl RefUnwindSafe for GateTally
impl Send for GateTally
impl Sync for GateTally
impl Unpin for GateTally
impl UnsafeUnpin for GateTally
impl UnwindSafe for GateTally
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