pub struct DetectionKinds {
pub exact: bool,
pub normalized: bool,
}Expand description
Which detection kinds fired inside one duplicate component.
Fields§
§exact: boolAt least one pair of members shares an exact content hash.
normalized: boolAt least one pair of members shares a normalized content hash.
Trait Implementations§
Source§impl Clone for DetectionKinds
impl Clone for DetectionKinds
Source§impl Debug for DetectionKinds
impl Debug for DetectionKinds
Source§impl<'de> Deserialize<'de> for DetectionKinds
impl<'de> Deserialize<'de> for DetectionKinds
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DetectionKinds
Source§impl PartialEq for DetectionKinds
impl PartialEq for DetectionKinds
Source§impl Serialize for DetectionKinds
impl Serialize for DetectionKinds
impl StructuralPartialEq for DetectionKinds
Auto Trait Implementations§
impl Freeze for DetectionKinds
impl RefUnwindSafe for DetectionKinds
impl Send for DetectionKinds
impl Sync for DetectionKinds
impl Unpin for DetectionKinds
impl UnsafeUnpin for DetectionKinds
impl UnwindSafe for DetectionKinds
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