Struct libalpm::SigLevel [] [src]

pub struct SigLevel {
    pub package: bool,
    pub package_optional: bool,
    pub package_marginal_ok: bool,
    pub package_unknown_ok: bool,
    pub database: bool,
    pub database_optional: bool,
    pub database_marginal_ok: bool,
    pub database_unknown_ok: bool,
    pub use_default: bool,
}

PGP signature verification options

Fields

Trait Implementations

impl Debug for SigLevel
[src]

Formats the value using the given formatter.

impl Default for SigLevel
[src]

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

impl Into<u32> for SigLevel
[src]

Performs the conversion.

impl From<u32> for SigLevel
[src]

Performs the conversion.