Enum rux::Shutdown [] [src]

pub enum Shutdown {
    Read,
    Write,
    Both,
}

Variants

Further receptions will be disallowed.

Further transmissions will be disallowed.

Further receptions and transmissions will be disallowed.

Trait Implementations

impl Clone for Shutdown
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Shutdown
[src]

impl PartialEq<Shutdown> for Shutdown
[src]

impl Eq for Shutdown
[src]

impl Debug for Shutdown
[src]

Formats the value using the given formatter.