Enum rls_analysis::AError
[−]
[src]
pub enum AError {
MutexPoison,
Unclassified,
}Variants
MutexPoisonUnclassifiedTrait Implementations
impl Debug for AError[src]
impl Copy for AError[src]
impl Clone for AError[src]
fn clone(&self) -> AError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Error for AError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more
impl Display for AError[src]
impl<T> From<PoisonError<T>> for AError[src]
fn from(_: PoisonError<T>) -> AError
Performs the conversion.