Struct shakmaty::san::InvalidSan [] [src]

pub struct InvalidSan;

Error when parsing a syntactially invalid SAN.

Trait Implementations

impl Debug for InvalidSan
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for InvalidSan
[src]

impl PartialEq for InvalidSan
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for InvalidSan
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidSan
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<()> for InvalidSan
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidSan

impl Sync for InvalidSan