Struct axum::extract::rejection::NestedPathRejection
source · #[non_exhaustive]pub struct NestedPathRejection;
Expand description
Rejection type for NestedPath
.
This rejection is used if the matched route wasn’t nested.
Implementations§
Trait Implementations§
source§impl Debug for NestedPathRejection
impl Debug for NestedPathRejection
source§impl Default for NestedPathRejection
impl Default for NestedPathRejection
source§impl Display for NestedPathRejection
impl Display for NestedPathRejection
source§impl Error for NestedPathRejection
impl Error for NestedPathRejection
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl IntoResponse for NestedPathRejection
impl IntoResponse for NestedPathRejection
source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for NestedPathRejection
impl RefUnwindSafe for NestedPathRejection
impl Send for NestedPathRejection
impl Sync for NestedPathRejection
impl Unpin for NestedPathRejection
impl UnwindSafe for NestedPathRejection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more