Enum rls_analysis::AError []

pub enum AError {
    MutexPoison,
    Unclassified,
}

Variants

Trait Implementations

impl Debug for AError
[src]

Formats the value using the given formatter.

impl Copy for AError
[src]

impl Clone for AError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for AError
[src]

A short description of the error. Read more

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

impl Display for AError
[src]

Formats the value using the given formatter. Read more

impl<T> From<PoisonError<T>> for AError
[src]

Performs the conversion.