Struct tiny_actor::SendError
source · [−]pub struct SendError<M>(pub M);Expand description
An error returned when sending a message into a Channel because the Channel is closed.
Tuple Fields
0: MTrait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for SendError<M> where
M: RefUnwindSafe,
impl<M> Send for SendError<M> where
M: Send,
impl<M> Sync for SendError<M> where
M: Sync,
impl<M> Unpin for SendError<M> where
M: Unpin,
impl<M> UnwindSafe for SendError<M> where
M: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more