Struct tchannel::oneshot::SenderDisconnectedError [] [src]

pub struct SenderDisconnectedError;

This error is returned by the ReceiveFuture, to indicate that the sending side of the channel was dropped without sending a value. This is the same error as ReceiveError::Disconnected.

Trait Implementations

impl Debug for SenderDisconnectedError
[src]

[src]

Formats the value using the given formatter.

impl Copy for SenderDisconnectedError
[src]

impl Clone for SenderDisconnectedError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SenderDisconnectedError
[src]

impl PartialEq for SenderDisconnectedError
[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 !=.