Enum yaml_rust::scanner::TScalarStyle[][src]

pub enum TScalarStyle {
    Any,
    Plain,
    SingleQuoted,
    DoubleQuoted,
    Literal,
    Foled,
}

Variants

Trait Implementations

impl Clone for TScalarStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TScalarStyle
[src]

impl PartialEq for TScalarStyle
[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 TScalarStyle
[src]

Formats the value using the given formatter. Read more

impl Eq for TScalarStyle
[src]

Auto Trait Implementations