pub struct RestartError;Expand description
Error type when an actor fails to restart.
Trait Implementations§
Source§impl Debug for RestartError
impl Debug for RestartError
Auto Trait Implementations§
impl Freeze for RestartError
impl RefUnwindSafe for RestartError
impl Send for RestartError
impl Sync for RestartError
impl Unpin for RestartError
impl UnsafeUnpin for RestartError
impl UnwindSafe for RestartError
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