pub struct DataFinding {
pub sensitivity: DetectedSensitivity,
pub pattern_name: &'static str,
}Expand description
A finding from response body scanning.
Fields§
§sensitivity: DetectedSensitivityThe sensitivity level of the detected pattern.
pattern_name: &'static strHuman-readable name of the pattern that matched.
Trait Implementations§
Source§impl Clone for DataFinding
impl Clone for DataFinding
Source§fn clone(&self) -> DataFinding
fn clone(&self) -> DataFinding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DataFinding
impl RefUnwindSafe for DataFinding
impl Send for DataFinding
impl Sync for DataFinding
impl Unpin for DataFinding
impl UnsafeUnpin for DataFinding
impl UnwindSafe for DataFinding
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