Struct libalpm::LogLevels [] [src]

pub struct LogLevels {
    pub error: bool,
    pub warning: bool,
    pub debug: bool,
    pub function: bool,
}

The possible log-levels

Fields

Methods

impl LogLevels
[src]

Error loglevel

Warning loglevel

Debug loglevel

Function loglevel

Trait Implementations

impl Debug for LogLevels
[src]

Formats the value using the given formatter.

impl PartialEq for LogLevels
[src]

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

This method tests for !=.

impl Copy for LogLevels
[src]

impl Clone for LogLevels
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for LogLevels
[src]

Formats the value using the given formatter. Read more

impl Default for LogLevels
[src]

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

impl Into<u32> for LogLevels
[src]

Performs the conversion.

impl From<u32> for LogLevels
[src]

Performs the conversion.

impl Into<LogLevel> for LogLevels
[src]

Performs the conversion.