pub struct WithBody(/* private fields */);Expand description
Typestate when RequestBuilder needs to a send body.
RequestBuilder<WithBody>
Methods: POST, PUT, PATCH
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithBody
impl RefUnwindSafe for WithBody
impl Send for WithBody
impl Sync for WithBody
impl Unpin for WithBody
impl UnwindSafe for WithBody
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