pub enum Suspended {}Expand description
Typestate: actor is banned / quarantined — Actions reject at compute.
Trait Implementations§
Source§impl ActorState for Suspended
impl ActorState for Suspended
Auto Trait Implementations§
impl Freeze for Suspended
impl RefUnwindSafe for Suspended
impl Send for Suspended
impl Sync for Suspended
impl Unpin for Suspended
impl UnsafeUnpin for Suspended
impl UnwindSafe for Suspended
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