Struct shakmaty::InvalidSquareName[][src]

pub struct InvalidSquareName;

Error when parsing an invalid square name.

Trait Implementations

impl Debug for InvalidSquareName
[src]

Formats the value using the given formatter. Read more

impl Eq for InvalidSquareName
[src]

impl PartialEq for InvalidSquareName
[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 InvalidSquareName
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidSquareName
[src]

This method is soft-deprecated. Read more

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

impl From<()> for InvalidSquareName
[src]

Performs the conversion.

Auto Trait Implementations