pub struct IgnoreSourceEvidence {
pub kind: IgnoreSourceKind,
pub location: String,
pub content_hash: String,
}Fields§
§kind: IgnoreSourceKind§location: String§content_hash: StringTrait Implementations§
Source§impl Clone for IgnoreSourceEvidence
impl Clone for IgnoreSourceEvidence
Source§fn clone(&self) -> IgnoreSourceEvidence
fn clone(&self) -> IgnoreSourceEvidence
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 IgnoreSourceEvidence
impl Debug for IgnoreSourceEvidence
impl Eq for IgnoreSourceEvidence
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.
Source§impl PartialEq for IgnoreSourceEvidence
impl PartialEq for IgnoreSourceEvidence
impl StructuralPartialEq for IgnoreSourceEvidence
Auto Trait Implementations§
impl Freeze for IgnoreSourceEvidence
impl RefUnwindSafe for IgnoreSourceEvidence
impl Send for IgnoreSourceEvidence
impl Sync for IgnoreSourceEvidence
impl Unpin for IgnoreSourceEvidence
impl UnsafeUnpin for IgnoreSourceEvidence
impl UnwindSafe for IgnoreSourceEvidence
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