pub struct EmptyBody;
Available on crate feature
helix
only.Expand description
An empty body.
Implements HelixRequestBody::try_to_body
, returning an empty vector
Trait Implementations§
Source§impl HelixRequestBody for EmptyBody
impl HelixRequestBody for EmptyBody
impl Copy for EmptyBody
Auto Trait Implementations§
impl Freeze for EmptyBody
impl RefUnwindSafe for EmptyBody
impl Send for EmptyBody
impl Sync for EmptyBody
impl Unpin for EmptyBody
impl UnwindSafe for EmptyBody
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