Enum itron_solid_asp3::task::SleepTimeoutError [−][src]
pub enum SleepTimeoutError {
BadContext(MaybeKind),
NotSupported(MaybeKind),
Timeout(MaybeKind),
Released(MaybeKind),
TerminateRequest(MaybeKind),
}
This is supported on crate feature
unstable
only.Expand description
Error type for sleep_timeout
.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
NotSupported(MaybeKind)
Tuple Fields
0: MaybeKind
The task is a restricted task.
Requires: cfg(all(not(feature = "none"), feature = "rstr_task"))
Timeout(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
Released(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
TerminateRequest(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 !=
.