pub struct NeedsBody;Expand description
Type-state: request body required before send (POST with typed body via #[derive(Endpoint)]).
Trait Implementations§
impl Copy for NeedsBody
Auto Trait Implementations§
impl Freeze for NeedsBody
impl RefUnwindSafe for NeedsBody
impl Send for NeedsBody
impl Sync for NeedsBody
impl Unpin for NeedsBody
impl UnsafeUnpin for NeedsBody
impl UnwindSafe for NeedsBody
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