Struct fatcat_api_spec::router::NoRoute[][src]

pub struct NoRoute;

The error thrown by router if there is no matching route, it is always accompanied by a NotFound response.

Trait Implementations

impl Eq for NoRoute
[src]

impl Display for NoRoute
[src]

Formats the value using the given formatter. Read more

impl PartialEq<NoRoute> for NoRoute
[src]

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

This method tests for !=.

impl Error for NoRoute
[src]

This method is soft-deprecated. Read more

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

impl Debug for NoRoute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NoRoute

impl Sync for NoRoute