Struct gazetta_core::yaml::ScanError [] [src]

pub struct ScanError { /* fields omitted */ }

Methods

impl ScanError
[src]

[src]

[src]

Trait Implementations

impl From<ScanError> for SourceError
[src]

[src]

Performs the conversion.

impl Display for ScanError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ScanError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ScanError
[src]

impl Debug for ScanError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ScanError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl PartialEq<ScanError> for ScanError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ScanError

impl Sync for ScanError