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 Eq for TrailingSlash
impl Display for TrailingSlash
[src]
impl Display for TrailingSlash
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl PartialEq<TrailingSlash> for TrailingSlash
[src]
impl PartialEq<TrailingSlash> for TrailingSlash
fn eq(&self, other: &TrailingSlash) -> bool
[src]
fn eq(&self, other: &TrailingSlash) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Error for TrailingSlash
[src]
impl Error for TrailingSlash
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Debug for TrailingSlash
[src]
impl Debug for TrailingSlash
Auto Trait Implementations
impl Send for TrailingSlash
impl Send for TrailingSlash
impl Sync for TrailingSlash
impl Sync for TrailingSlash