Struct yaml_rust::scanner::Marker [-] [+] [src]

pub struct Marker {
    // some fields omitted
}

Trait Implementations

Derived Implementations

impl Eq for Marker

impl Debug for Marker

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

impl PartialEq for Marker

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

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

impl Copy for Marker

impl Clone for Marker

fn clone(&self) -> Marker

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