Enum finchers_core::Never [] [src]

pub enum Never {}

A type which has no possible values.

Methods

impl Never
[src]

[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]

[src]

Formats the value using the given formatter. Read more

impl Copy for Never
[src]

impl Clone for Never
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Never
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl PartialOrd for Never
[src]

[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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]

[src]

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

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Eq for Never
[src]

impl Display for Never
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Never
[src]

[src]

A short description of the error. Read more

[src]

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

impl HttpError for Never
[src]

[src]

Return the HTTP status code associated with this error type.

[src]

Append a set of header values to the header map.

[src]

Return the reference to a value of Fail if exists.

Auto Trait Implementations

impl Send for Never

impl Sync for Never