Struct unbounded_spsc::RecvError [] [src]

pub struct RecvError;

Sender disconnected, no further messages will ever be received.

Trait Implementations

impl Clone for RecvError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RecvError
[src]

impl Debug for RecvError
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for RecvError
[src]

impl PartialEq for RecvError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Display for RecvError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for RecvError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for RecvError

impl Sync for RecvError