pub struct Stopped;Expand description
The behavior has designated termination as its next state.
This marker deliberately carries no lifecycle, supervision, collection, or runtime-failure provenance. Those facts are typed observations owned by actor compositions and the Bombay runtime, not part of the behavior algebra’s termination decision.
Trait Implementations§
impl Copy for Stopped
impl Eq for Stopped
impl StructuralPartialEq for Stopped
Auto Trait Implementations§
impl Freeze for Stopped
impl RefUnwindSafe for Stopped
impl Send for Stopped
impl Sync for Stopped
impl Unpin for Stopped
impl UnsafeUnpin for Stopped
impl UnwindSafe for Stopped
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more