1.0.0[−][src]Struct std::sync::mpsc::RecvError
An error returned from the recv
function on a Receiver
.
The recv
operation can only fail if the sending half of a
channel
(or sync_channel
) is disconnected, implying that no further
messages will ever be received.
Trait Implementations
impl Error for RecvError
[src][+]
impl PartialEq<RecvError> for RecvError
[src][+]
impl Eq for RecvError
[src]
impl Copy for RecvError
[src]
impl Display for RecvError
[src][+]
impl Debug for RecvError
[src][+]
impl From<RecvError> for TryRecvError
1.24.0[src][+]
impl From<RecvError> for RecvTimeoutError
1.24.0[src][+]
impl Clone for RecvError
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,