pub struct UnboundedRecvError(_);
Expand description
Error returned by UnboundedReceiver
.
Trait Implementations
sourceimpl Debug for UnboundedRecvError
impl Debug for UnboundedRecvError
sourceimpl Display for UnboundedRecvError
impl Display for UnboundedRecvError
sourceimpl Error for UnboundedRecvError
impl Error for UnboundedRecvError
sourcepub fn description(&self) -> &str
pub fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for UnboundedRecvError
impl Send for UnboundedRecvError
impl Sync for UnboundedRecvError
impl Unpin for UnboundedRecvError
impl UnwindSafe for UnboundedRecvError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more