pub struct ScannerPolicy {
pub digest: Digest,
pub document_includes: Vec<DocumentInclude>,
pub protected_inventory: Vec<RepoPath>,
pub finding_dispositions: Vec<FindingDisposition>,
}Fields§
§digest: Digest§document_includes: Vec<DocumentInclude>§protected_inventory: Vec<RepoPath>§finding_dispositions: Vec<FindingDisposition>Implementations§
Trait Implementations§
Source§impl Clone for ScannerPolicy
impl Clone for ScannerPolicy
Source§fn clone(&self) -> ScannerPolicy
fn clone(&self) -> ScannerPolicy
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 ScannerPolicy
impl Debug for ScannerPolicy
impl Eq for ScannerPolicy
Source§impl PartialEq for ScannerPolicy
impl PartialEq for ScannerPolicy
impl StructuralPartialEq for ScannerPolicy
Auto Trait Implementations§
impl Freeze for ScannerPolicy
impl RefUnwindSafe for ScannerPolicy
impl Send for ScannerPolicy
impl Sync for ScannerPolicy
impl Unpin for ScannerPolicy
impl UnsafeUnpin for ScannerPolicy
impl UnwindSafe for ScannerPolicy
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