Struct yaml_rust2::scanner::ScanError
source · pub struct ScanError { /* private fields */ }
Expand description
An error that occurred while scanning.
Implementations§
Trait Implementations§
source§impl Error for ScanError
impl Error for ScanError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§impl PartialEq for ScanError
impl PartialEq for ScanError
impl Eq for ScanError
impl StructuralPartialEq for ScanError
Auto Trait Implementations§
impl Freeze for ScanError
impl RefUnwindSafe for ScanError
impl Send for ScanError
impl Sync for ScanError
impl Unpin for ScanError
impl UnwindSafe for ScanError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more