Struct audit_filter::Advisory [−][src]
pub struct Advisory {
pub findings: Vec<AdvisoryFinding>,
pub id: AdvisoryID,
pub title: String,
pub module_name: String,
pub url: AdvisoryURL,
}Fields
findings: Vec<AdvisoryFinding>
id: AdvisoryID
title: String
module_name: String
url: AdvisoryURL
Trait Implementations
impl Debug for Advisory[src]
impl Debug for Advisoryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Advisory[src]
impl Eq for Advisoryimpl Ord for Advisory[src]
impl Ord for Advisoryfn cmp(&self, other: &Advisory) -> Ordering[src]
fn cmp(&self, other: &Advisory) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> Self1.21.0
[src]Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0
[src]Compares and returns the minimum of two values. Read more
impl PartialOrd for Advisory[src]
impl PartialOrd for Advisoryfn partial_cmp(&self, other: &Advisory) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Advisory) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
fn lt(&self, other: &Rhs) -> bool1.0.0
[src]This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> bool1.0.0
[src]This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
fn gt(&self, other: &Rhs) -> bool1.0.0
[src]This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> bool1.0.0
[src]This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq for Advisory[src]
impl PartialEq for Advisory