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

pub struct ScanError {
    // some fields omitted
}

Methods

impl ScanError

fn new(loc: Marker, info: &str) -> ScanError

Trait Implementations

Derived Implementations

impl Eq for ScanError

impl Debug for ScanError

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

impl PartialEq for ScanError

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

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

impl Clone for ScanError

fn clone(&self) -> ScanError

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