pub struct ReplySendError;Expand description
Error returned when an actor tries to answer an ask whose receiver is gone.
Trait Implementations§
Source§impl Clone for ReplySendError
impl Clone for ReplySendError
Source§fn clone(&self) -> ReplySendError
fn clone(&self) -> ReplySendError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReplySendError
Source§impl Debug for ReplySendError
impl Debug for ReplySendError
Source§impl Display for ReplySendError
impl Display for ReplySendError
impl Eq for ReplySendError
Source§impl Error for ReplySendError
impl Error for ReplySendError
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 ReplySendError
impl PartialEq for ReplySendError
Source§fn eq(&self, other: &ReplySendError) -> bool
fn eq(&self, other: &ReplySendError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplySendError
Auto Trait Implementations§
impl Freeze for ReplySendError
impl RefUnwindSafe for ReplySendError
impl Send for ReplySendError
impl Sync for ReplySendError
impl Unpin for ReplySendError
impl UnsafeUnpin for ReplySendError
impl UnwindSafe for ReplySendError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Message for T
impl<T> Message for T
Source§fn from_boxed(m: BoxedMessage) -> Result<Self, BoxedDowncastErr>
fn from_boxed(m: BoxedMessage) -> Result<Self, BoxedDowncastErr>
Convert a BoxedMessage to this concrete type
Source§fn box_message(self, pid: &ActorId) -> Result<BoxedMessage, BoxedDowncastErr>
fn box_message(self, pid: &ActorId) -> Result<BoxedMessage, BoxedDowncastErr>
Convert this message to a BoxedMessage