pub struct SkippedEntry {
pub relative: String,
pub kind: SkipKind,
pub detail: Option<String>,
}Fields§
§relative: String§kind: SkipKind§detail: Option<String>Trait Implementations§
Source§impl Clone for SkippedEntry
impl Clone for SkippedEntry
Source§fn clone(&self) -> SkippedEntry
fn clone(&self) -> SkippedEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SkippedEntry
impl Debug for SkippedEntry
impl Eq for SkippedEntry
Source§impl From<&SkippedEntry> for PortableSkippedEntry
impl From<&SkippedEntry> for PortableSkippedEntry
Source§fn from(skipped: &SkippedEntry) -> Self
fn from(skipped: &SkippedEntry) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SkippedEntry
impl PartialEq for SkippedEntry
impl StructuralPartialEq for SkippedEntry
Auto Trait Implementations§
impl Freeze for SkippedEntry
impl RefUnwindSafe for SkippedEntry
impl Send for SkippedEntry
impl Sync for SkippedEntry
impl Unpin for SkippedEntry
impl UnsafeUnpin for SkippedEntry
impl UnwindSafe for SkippedEntry
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