Struct swapper::SwapError [] [src]

pub struct SwapError(_);

The error returned when a thread attempts to swap with a thread that has dropped its swapper.

Trait Implementations

impl Copy for SwapError
[src]

impl Clone for SwapError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SwapError
[src]

[src]

Formats the value using the given formatter.

impl Eq for SwapError
[src]

impl PartialEq for SwapError
[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 From<RecvError> for SwapError
[src]

[src]

Performs the conversion.

impl From<SendError<()>> for SwapError
[src]

[src]

Performs the conversion.