Struct rusty_pipe::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 Debug for TrailingSlash
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Display for TrailingSlash
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for TrailingSlash
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations

impl Send for TrailingSlash

impl Sync for TrailingSlash