Struct futures::channel::mpsc::SendError [] [src]

pub struct SendError { /* fields omitted */ }

The error type for Senders used as Sinks.

Methods

impl SendError
[src]

[src]

Returns true if this error is a result of the channel being full.

[src]

Returns true if this error is a result of the receiver being dropped.

Trait Implementations

impl PartialEq<SendError> for SendError
[src]

[src]

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

[src]

This method tests for !=.

impl Error for SendError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Eq for SendError
[src]

impl Display for SendError
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for SendError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SendError

impl Sync for SendError