pub struct PortableIgnoreSourceEvidence {
pub kind: IgnoreSourceKind,
pub repository_relative: Option<String>,
pub content_hash: String,
}Expand description
Ignore-source evidence with external host paths removed.
Fields§
§kind: IgnoreSourceKind§repository_relative: Option<String>§content_hash: StringTrait Implementations§
Source§impl Clone for PortableIgnoreSourceEvidence
impl Clone for PortableIgnoreSourceEvidence
Source§fn clone(&self) -> PortableIgnoreSourceEvidence
fn clone(&self) -> PortableIgnoreSourceEvidence
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 PortableIgnoreSourceEvidence
impl Debug for PortableIgnoreSourceEvidence
impl Eq for PortableIgnoreSourceEvidence
Source§impl From<&IgnoreSourceEvidence> for PortableIgnoreSourceEvidence
impl From<&IgnoreSourceEvidence> for PortableIgnoreSourceEvidence
Source§fn from(source: &IgnoreSourceEvidence) -> Self
fn from(source: &IgnoreSourceEvidence) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for PortableIgnoreSourceEvidence
Auto Trait Implementations§
impl Freeze for PortableIgnoreSourceEvidence
impl RefUnwindSafe for PortableIgnoreSourceEvidence
impl Send for PortableIgnoreSourceEvidence
impl Sync for PortableIgnoreSourceEvidence
impl Unpin for PortableIgnoreSourceEvidence
impl UnsafeUnpin for PortableIgnoreSourceEvidence
impl UnwindSafe for PortableIgnoreSourceEvidence
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