pub struct EmptyBody();Expand description
An associated type indicated the record has a zero-length body.
Trait Implementations§
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