Struct shuttle_next::extract::rejection::InvalidFormContentType
source · #[non_exhaustive]pub struct InvalidFormContentType;Expand description
Implementations§
Trait Implementations§
source§impl Debug for InvalidFormContentType
impl Debug for InvalidFormContentType
source§impl Default for InvalidFormContentType
impl Default for InvalidFormContentType
source§fn default() -> InvalidFormContentType
fn default() -> InvalidFormContentType
Returns the “default value” for a type. Read more
source§impl Display for InvalidFormContentType
impl Display for InvalidFormContentType
source§impl Error for InvalidFormContentType
impl Error for InvalidFormContentType
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<InvalidFormContentType> for FormRejection
impl From<InvalidFormContentType> for FormRejection
source§fn from(inner: InvalidFormContentType) -> FormRejection
fn from(inner: InvalidFormContentType) -> FormRejection
Converts to this type from the input type.
source§impl From<InvalidFormContentType> for RawFormRejection
impl From<InvalidFormContentType> for RawFormRejection
source§fn from(inner: InvalidFormContentType) -> RawFormRejection
fn from(inner: InvalidFormContentType) -> RawFormRejection
Converts to this type from the input type.
source§impl IntoResponse for InvalidFormContentType
impl IntoResponse for InvalidFormContentType
source§fn into_response(self) -> Response<UnsyncBoxBody<Bytes, Error>>
fn into_response(self) -> Response<UnsyncBoxBody<Bytes, Error>>
Create a response.