pub struct BodyText(pub String);Expand description
Request body decoded as UTF-8 text.
Returns 400 Bad Request if the body is not valid UTF-8.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyText
impl RefUnwindSafe for BodyText
impl Send for BodyText
impl Sync for BodyText
impl Unpin for BodyText
impl UnsafeUnpin for BodyText
impl UnwindSafe for BodyText
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