Enum itron_solid_asp3::messagebuffer::TryRecvError [−][src]
pub enum TryRecvError {
BadContext(MaybeKind),
BadId(MaybeKind),
AccessDenied(MaybeKind),
Timeout(MaybeKind),
}
This is supported on crate feature
unstable
and (crate features asp3
and messagebuf
, or crate features solid_asp3
and messagebuf
, or crate feature none
) only.Expand description
Error type for MessageBufferRef::try_recv
.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
BadId(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
AccessDenied(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(any())
Timeout(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: 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 !=
.