Enum syndicate::actor::LinkedTaskTermination [−][src]
pub enum LinkedTaskTermination {
Normal,
KeepFacet,
}Expand description
Linked tasks terminate yielding values of this type.
Variants
Normal
KeepFacet
Causes no action to be taken regarding the task’s associated Facet at the time the task returns.
Auto Trait Implementations
impl RefUnwindSafe for LinkedTaskTermination
impl Send for LinkedTaskTermination
impl Sync for LinkedTaskTermination
impl Unpin for LinkedTaskTermination
impl UnwindSafe for LinkedTaskTermination
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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
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
