pub struct PortableSkippedEntry {
pub relative: String,
pub kind: SkipKind,
pub detail_hash: Option<String>,
}Expand description
Typed skip evidence with free-form details replaced by a stable hash.
Fields§
§relative: String§kind: SkipKind§detail_hash: Option<String>Trait Implementations§
Source§impl Clone for PortableSkippedEntry
impl Clone for PortableSkippedEntry
Source§fn clone(&self) -> PortableSkippedEntry
fn clone(&self) -> PortableSkippedEntry
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 PortableSkippedEntry
impl Debug for PortableSkippedEntry
impl Eq for PortableSkippedEntry
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 PortableSkippedEntry
impl PartialEq for PortableSkippedEntry
impl StructuralPartialEq for PortableSkippedEntry
Auto Trait Implementations§
impl Freeze for PortableSkippedEntry
impl RefUnwindSafe for PortableSkippedEntry
impl Send for PortableSkippedEntry
impl Sync for PortableSkippedEntry
impl Unpin for PortableSkippedEntry
impl UnsafeUnpin for PortableSkippedEntry
impl UnwindSafe for PortableSkippedEntry
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