Enum finchers::error::Never[][src]

pub enum Never {}

A type which has no possible values.

Methods

impl Never
[src]

Consume itself and transform into an arbitrary type.

NOTE: This function has never been actually called because the possible values don't exist.

Trait Implementations

impl Debug for Never
[src]

Formats the value using the given formatter. Read more

impl Copy for Never
[src]

impl Clone for Never
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Never
[src]

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

This method tests for !=.

impl PartialOrd for Never
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Never
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Eq for Never
[src]

impl Display for Never
[src]

Formats the value using the given formatter. Read more

impl Error for Never
[src]

This method is soft-deprecated. Read more

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

impl HttpError for Never
[src]

Return the HTTP status code associated with this error type.

Append a set of header values to the header map.

Auto Trait Implementations

impl Send for Never

impl Sync for Never