Struct syndicate::actor::StopOnRetract [−][src]
pub struct StopOnRetract;Expand description
Simple entity that stops its containing facet when any assertion it receives is subsequently retracted.
Trait Implementations
Receive notification of retraction of a previous assertion from a peer. Read more
Receive notification of a new assertion from a peer. Read more
Receive notification of a message from a peer. Read more
Respond to a synchronisation request from a peer. Read more
fn exit_hook(
&mut self,
turn: &mut Activation<'_>,
exit_status: &Arc<ActorResult>
) -> ActorResult
fn exit_hook(
&mut self,
turn: &mut Activation<'_>,
exit_status: &Arc<ActorResult>
) -> ActorResult
Auto Trait Implementations
impl RefUnwindSafe for StopOnRetract
impl Send for StopOnRetract
impl Sync for StopOnRetract
impl Unpin for StopOnRetract
impl UnwindSafe for StopOnRetract
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
