Struct two_lock_queue::RecvError1.0.0 [] [src]

pub struct 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 Debug for RecvError
[src]

[src]

impl PartialEq<RecvError> for RecvError
[src]

[src]

impl Eq for RecvError
[src]

impl Error for RecvError
[src]

[src]

[src]

impl Clone for RecvError
[src]

[src]

Returns a copy of the value. Read more

[src]

Performs copy-assignment from source. Read more

impl Copy for RecvError
[src]

impl Display for RecvError
[src]

[src]