pub struct VldNtexError { /* private fields */ }Expand description
Error type returned when validation fails.
Used by all Vld* extractors in this crate.
Trait Implementations§
Source§impl Debug for VldNtexError
impl Debug for VldNtexError
Source§impl Display for VldNtexError
impl Display for VldNtexError
Source§impl<Err: ErrorRenderer> WebResponseError<Err> for VldNtexError
impl<Err: ErrorRenderer> WebResponseError<Err> for VldNtexError
Source§fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Response’s status code Read more
Source§fn error_response(&self, _: &HttpRequest) -> HttpResponse
fn error_response(&self, _: &HttpRequest) -> HttpResponse
Generate response for error Read more
Auto Trait Implementations§
impl Freeze for VldNtexError
impl RefUnwindSafe for VldNtexError
impl Send for VldNtexError
impl Sync for VldNtexError
impl Unpin for VldNtexError
impl UnsafeUnpin for VldNtexError
impl UnwindSafe for VldNtexError
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