pub struct HashMatch {
pub hash: String,
pub algorithm: HashAlgorithm,
pub source: String,
}Expand description
A known-bad match, with the source feed’s label for provenance.
Fields§
§hash: String§algorithm: HashAlgorithm§source: StringTrait Implementations§
impl Eq for HashMatch
impl StructuralPartialEq for HashMatch
Auto Trait Implementations§
impl Freeze for HashMatch
impl RefUnwindSafe for HashMatch
impl Send for HashMatch
impl Sync for HashMatch
impl Unpin for HashMatch
impl UnsafeUnpin for HashMatch
impl UnwindSafe for HashMatch
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