Enum metered_channel::oneshot::Reason [−][src]
#[repr(u8)]
pub enum Reason {
Completion,
Cancellation,
HardTimeout,
}
Expand description
Provides the reason for termination.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Reason
impl UnwindSafe for Reason
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more