Enum rect_iter::IndexError[][src]

pub enum IndexError {
    X(i64),
    Y(i64),
}

Error type for invalid access to 2D array.

Variants

Trait Implementations

impl Copy for IndexError
[src]

impl Clone for IndexError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexError
[src]

Formats the value using the given formatter. Read more

impl Hash for IndexError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for IndexError
[src]

impl PartialEq for IndexError
[src]

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

This method tests for !=.

impl Send for IndexError
[src]

impl Sync for IndexError
[src]

impl Error for IndexError
[src]

This method is soft-deprecated. Read more

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

impl Display for IndexError
[src]

Formats the value using the given formatter. Read more