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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more