Enum yaml_rust::scanner::TScalarStyle  
source · pub enum TScalarStyle {
    Any,
    Plain,
    SingleQuoted,
    DoubleQuoted,
    Literal,
    Foled,
}Variants§
Trait Implementations§
source§impl Clone for TScalarStyle
 
impl Clone for TScalarStyle
source§fn clone(&self) -> TScalarStyle
 
fn clone(&self) -> TScalarStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for TScalarStyle
 
impl Debug for TScalarStyle
source§impl PartialEq<TScalarStyle> for TScalarStyle
 
impl PartialEq<TScalarStyle> for TScalarStyle
source§fn eq(&self, other: &TScalarStyle) -> bool
 
fn eq(&self, other: &TScalarStyle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.