Struct audit_filter::AdvisoryFinding[][src]

pub struct AdvisoryFinding {
    pub version: String,
    pub paths: Vec<String>,
    pub dev: bool,
    pub optional: bool,
    pub bundled: bool,
}

Fields

Trait Implementations

impl Debug for AdvisoryFinding
[src]

Formats the value using the given formatter. Read more

impl Eq for AdvisoryFinding
[src]

impl PartialEq for AdvisoryFinding
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations