Struct futures::channel::oneshot::Canceled [] [src]

pub struct Canceled;

Error returned from a Receiver when the corresponding Sender is dropped.

Trait Implementations

impl Error for Canceled
[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 PartialEq<Canceled> for Canceled
[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 Eq for Canceled
[src]

impl Copy for Canceled
[src]

impl Display for Canceled
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Canceled
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Canceled
[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 Canceled

impl Sync for Canceled