Struct fatcat_api_spec::router::TrailingSlash[][src]

pub struct TrailingSlash;

The error thrown by router if a request was redirected by adding or removing a trailing slash.

Trait Implementations

impl Eq for TrailingSlash
[src]

impl Display for TrailingSlash
[src]

Formats the value using the given formatter. Read more

impl PartialEq<TrailingSlash> for TrailingSlash
[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 TrailingSlash
[src]

This method is soft-deprecated. Read more

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

impl Debug for TrailingSlash
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TrailingSlash

impl Sync for TrailingSlash