Enum acto_rs::ChannelState [] [src]

pub enum ChannelState {
    ReceiverNotConnected,
    ConnectedReceiver,
    SenderNotConnected,
    ConnectedSender,
}

Variants

Trait Implementations

impl Copy for ChannelState
[src]

impl Clone for ChannelState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelState
[src]

Formats the value using the given formatter.