pub struct BindFormRejection(/* private fields */);
Expand description
Rejection for BindForm
.
Trait Implementations§
Source§impl IntoResponse for BindFormRejection
impl IntoResponse for BindFormRejection
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for BindFormRejection
impl !RefUnwindSafe for BindFormRejection
impl Send for BindFormRejection
impl Sync for BindFormRejection
impl Unpin for BindFormRejection
impl !UnwindSafe for BindFormRejection
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