pub struct FormContent;Expand description
Built-in form content type marker.
Trait Implementations§
Source§impl ContentTypeMarker for FormContent
impl ContentTypeMarker for FormContent
Source§const CONTENT_TYPE: &'static str = "application/x-www-form-urlencoded"
const CONTENT_TYPE: &'static str = "application/x-www-form-urlencoded"
The expected Content-Type header value.
Auto Trait Implementations§
impl Freeze for FormContent
impl RefUnwindSafe for FormContent
impl Send for FormContent
impl Sync for FormContent
impl Unpin for FormContent
impl UnsafeUnpin for FormContent
impl UnwindSafe for FormContent
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