pub struct Skipped {
pub path: String,
pub reason: SkipReason,
}Fields§
§path: String§reason: SkipReasonTrait Implementations§
impl Eq for Skipped
impl StructuralPartialEq for Skipped
Auto Trait Implementations§
impl Freeze for Skipped
impl RefUnwindSafe for Skipped
impl Send for Skipped
impl Sync for Skipped
impl Unpin for Skipped
impl UnsafeUnpin for Skipped
impl UnwindSafe for Skipped
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