Struct leechbar::BarError[][src]

pub struct BarError {
    pub kind: BarErrorKind,
}

Bar creation error.

This error is returned when anything went wrong during the creation of the bar.

Fields

Different types of bar creation errors.

Trait Implementations

impl Debug for BarError
[src]

Formats the value using the given formatter. Read more

impl Clone for BarError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BarError
[src]

impl Hash for BarError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for BarError
[src]

impl PartialEq for BarError
[src]

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

This method tests for !=.

impl From<BarErrorKind> for BarError
[src]

Performs the conversion.

impl Display for BarError
[src]

Formats the value using the given formatter. Read more

impl Error for BarError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for BarError

impl Sync for BarError