pub struct Full<D> { /* private fields */ }Expand description
A body that consists of a single chunk.
Implementations§
Trait Implementations§
Source§impl<D> Body for Full<D>where
D: Buf,
impl<D> Body for Full<D>where
D: Buf,
impl<D: Copy> Copy for Full<D>
impl<'__pin, D> Unpin for Full<D>where
__Origin<'__pin, D>: Unpin,
Auto Trait Implementations§
impl<D> Freeze for Full<D>
impl<D> RefUnwindSafe for Full<D>where
Option<D>: RefUnwindSafe,
impl<D> Send for Full<D>
impl<D> Sync for Full<D>
impl<D> UnsafeUnpin for Full<D>where
Option<D>: UnsafeUnpin,
impl<D> UnwindSafe for Full<D>where
Option<D>: UnwindSafe,
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