Struct yaml_rust::scanner::ScanError [−][src]
pub struct ScanError { /* fields omitted */ }Methods
impl ScanError[src]
impl ScanErrorTrait Implementations
impl Clone for ScanError[src]
impl Clone for ScanErrorfn clone(&self) -> ScanError[src]
fn clone(&self) -> ScanErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ScanError[src]
impl PartialEq for ScanErrorfn eq(&self, other: &ScanError) -> bool[src]
fn eq(&self, other: &ScanError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ScanError) -> bool[src]
fn ne(&self, other: &ScanError) -> boolThis method tests for !=.
impl Debug for ScanError[src]
impl Debug for ScanErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ScanError[src]
impl Eq for ScanErrorimpl Error for ScanError[src]
impl Error for ScanErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>[src]
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl Display for ScanError[src]
impl Display for ScanError