pub struct ExtractorFailed;
Expand description
Returned in the Err
variant from extract_query_string
or extract_request_path
, this
signals that the extractor has failed and the request should not proceed.
Auto Trait Implementations
impl RefUnwindSafe for ExtractorFailed
impl Send for ExtractorFailed
impl Sync for ExtractorFailed
impl Unpin for ExtractorFailed
impl UnwindSafe for ExtractorFailed
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