Struct hdd::drivedb::Match [] [src]

pub struct Match<'a> {
    pub family: Option<&'a String>,
    pub warning: Option<&'a String>,
    pub presets: Vec<Attribute>,
}

Matching drivedb entry, with parsed attribute presets and without irrelevant regexes.

Fields

Informal string about the model family/series of a device.

A message that may be displayed for matching drives. For example, to inform the user that they may need to apply a firmware patch.

SMART attribute descriptions

Methods

impl<'a> Match<'a>
[src]

[src]

Trait Implementations

impl<'a> Debug for Match<'a>
[src]

[src]

Formats the value using the given formatter.