Struct libalpm::ValidationMethod [] [src]

pub struct ValidationMethod {
    pub md5sum: bool,
    pub sha256sum: bool,
    pub signature: bool,
}

The methods used to validate a package when it was downloaded.

Fields

Package was validated using md5

Package was validated using sha256

Package was validated using gpg signature

Trait Implementations

impl Debug for ValidationMethod
[src]

Formats the value using the given formatter.

impl PartialEq for ValidationMethod
[src]

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

This method tests for !=.

impl Eq for ValidationMethod
[src]

impl Copy for ValidationMethod
[src]

impl Clone for ValidationMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ValidationMethod
[src]

Returns the "default value" for a type. Read more