pub struct ActorHandleError;Expand description
The worker stopped before reporting an actor’s exit.
Trait Implementations§
Source§impl Debug for ActorHandleError
impl Debug for ActorHandleError
Source§impl Display for ActorHandleError
impl Display for ActorHandleError
impl Eq for ActorHandleError
Source§impl Error for ActorHandleError
impl Error for ActorHandleError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ActorHandleError
impl PartialEq for ActorHandleError
impl StructuralPartialEq for ActorHandleError
Auto Trait Implementations§
impl Freeze for ActorHandleError
impl RefUnwindSafe for ActorHandleError
impl Send for ActorHandleError
impl Sync for ActorHandleError
impl Unpin for ActorHandleError
impl UnsafeUnpin for ActorHandleError
impl UnwindSafe for ActorHandleError
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