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

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

Variants

Any
Plain
SingleQuoted
DoubleQuoted
Literal
Foled

Trait Implementations

Derived Implementations

impl Eq for TScalarStyle

impl Debug for TScalarStyle

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for TScalarStyle

fn eq(&self, __arg_0: &TScalarStyle) -> bool

fn ne(&self, __arg_0: &TScalarStyle) -> bool

impl Copy for TScalarStyle

impl Clone for TScalarStyle

fn clone(&self) -> TScalarStyle

fn clone_from(&mut self, source: &Self)