Struct integration_tests::Printer
source · [−]pub struct Printer {
pub(crate) pass: AtomicUsize,
pub(crate) skip: AtomicUsize,
pub(crate) fail: AtomicUsize,
pub(crate) bug: AtomicUsize,
pub(crate) filters: Vec<Regex>,
}
Fields
pass: AtomicUsize
skip: AtomicUsize
fail: AtomicUsize
bug: AtomicUsize
filters: Vec<Regex>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Printer
impl Send for Printer
impl Sync for Printer
impl Unpin for Printer
impl UnwindSafe for Printer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more