#[non_exhaustive]pub struct ExtensionsAlreadyExtracted;Expand description
Rejection used if the request extension has been taken by another extractor.
Trait Implementations
sourceimpl Debug for ExtensionsAlreadyExtracted
 
impl Debug for ExtensionsAlreadyExtracted
sourceimpl Default for ExtensionsAlreadyExtracted
 
impl Default for ExtensionsAlreadyExtracted
sourceimpl Display for ExtensionsAlreadyExtracted
 
impl Display for ExtensionsAlreadyExtracted
sourceimpl Error for ExtensionsAlreadyExtracted
 
impl Error for ExtensionsAlreadyExtracted
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
 
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
 
fn description(&self) -> &str
👎 Deprecated since 1.42.0: 
use the Display impl or to_string()
sourceimpl From<ExtensionsAlreadyExtracted> for RequestAlreadyExtracted
 
impl From<ExtensionsAlreadyExtracted> for RequestAlreadyExtracted
sourcefn from(inner: ExtensionsAlreadyExtracted) -> Self
 
fn from(inner: ExtensionsAlreadyExtracted) -> Self
Performs the conversion.
sourceimpl From<ExtensionsAlreadyExtracted> for RequestPartsAlreadyExtracted
 
impl From<ExtensionsAlreadyExtracted> for RequestPartsAlreadyExtracted
sourcefn from(inner: ExtensionsAlreadyExtracted) -> Self
 
fn from(inner: ExtensionsAlreadyExtracted) -> Self
Performs the conversion.
sourceimpl IntoResponse for ExtensionsAlreadyExtracted
 
impl IntoResponse for ExtensionsAlreadyExtracted
sourcefn into_response(self) -> Response
 
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations
impl RefUnwindSafe for ExtensionsAlreadyExtracted
impl Send for ExtensionsAlreadyExtracted
impl Sync for ExtensionsAlreadyExtracted
impl Unpin for ExtensionsAlreadyExtracted
impl UnwindSafe for ExtensionsAlreadyExtracted
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more