Enum websocat::SpecifierType[][src]

pub enum SpecifierType {
    Stdio,
    Reuser,
    Other,
    Line,
    WebSocket,
}

For checking specifier combinations for problems

Variants

Trait Implementations

impl Eq for SpecifierType
[src]

impl PartialEq for SpecifierType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for SpecifierType
[src]

Formats the value using the given formatter. Read more

impl Clone for SpecifierType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SpecifierType
[src]

Auto Trait Implementations