Enum argdata::NoFit[][src]

pub enum NoFit {
    OutOfRange,
    DifferentType,
}

The reason why an Argdata::read_*() call didn't return a value, when there was no read error.

Variants

The value is too high or low to fit in the requested type.

The value seems to be of a different type.

Trait Implementations

impl Debug for NoFit
[src]

Formats the value using the given formatter. Read more

impl Clone for NoFit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NoFit
[src]

impl PartialEq for NoFit
[src]

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

This method tests for !=.

impl Eq for NoFit
[src]

impl From<NoFit> for NotRead
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for NoFit

impl Sync for NoFit