Enum quick_junit::ReportKind
source · pub enum ReportKind {}
Expand description
A tag indicating the kind of report.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReportKind
impl RefUnwindSafe for ReportKind
impl Send for ReportKind
impl Sync for ReportKind
impl Unpin for ReportKind
impl UnwindSafe for ReportKind
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