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

pub struct InvalidSan;

Error when parsing a syntactially invalid SAN.

Trait Implementations

impl Debug for InvalidSan
[src]

Formats the value using the given formatter. Read more

impl Eq for InvalidSan
[src]

impl PartialEq for InvalidSan
[src]

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

This method tests for !=.

impl Display for InvalidSan
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidSan
[src]

This method is soft-deprecated. Read more

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

impl From<()> for InvalidSan
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidSan

impl Sync for InvalidSan