Enum itron_asp3::memorypool::TryGetError [−][src]
pub enum TryGetError {
BadContext(MaybeKind),
BadId(MaybeKind),
AccessDenied(MaybeKind),
Timeout(MaybeKind),
}This is supported on crate feature
unstable only.Expand description
Error type for MemoryPoolRef::try_get.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(not(feature = "none"))
BadId(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(not(feature = "none"))
AccessDenied(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(any())
Timeout(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(not(feature = "none"))
Trait Implementations
Categorize the specified error code. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.