Enum arc_map::amap_error::AMapErr[][src]

pub enum AMapErr {
    SendErr,
    RecvErr,
    PoisonErr,
    NotFound,
}

Variants

Trait Implementations

impl Debug for AMapErr
[src]

Formats the value using the given formatter. Read more

impl<T> From<SendError<T>> for AMapErr
[src]

Performs the conversion.

impl From<RecvError> for AMapErr
[src]

Performs the conversion.

impl<'a, V> From<PoisonError<MutexGuard<'a, V>>> for AMapErr
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AMapErr

impl Sync for AMapErr