Enum wurl::util::options::Show [] [src]

pub enum Show {
    None,
    All,
    Incoming,
    Outgoing,
}

An enumeration for identifying the direction frames are headed.

Variants

Does not match any headers

Matches both incoming and outgoing frames

Matches only incoming (ingress) frames

Matches only outgoing (egress) frames

Trait Implementations

impl Clone for Show
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Show
[src]

[src]

Formats the value using the given formatter. Read more

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

impl FromStr for Show
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Show

impl Sync for Show