Enum staccato::KeyValueSep[][src]

pub enum KeyValueSep {
    Tab,
    Colon,
    Other(String),
}

Variants

Trait Implementations

impl PartialEq for KeyValueSep
[src]

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

This method tests for !=.

impl Eq for KeyValueSep
[src]

impl Debug for KeyValueSep
[src]

Formats the value using the given formatter. Read more

impl Hash for KeyValueSep
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for KeyValueSep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for KeyValueSep
[src]

Formats the value using the given formatter. Read more

impl FromStr for KeyValueSep
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl Send for KeyValueSep

impl Sync for KeyValueSep