pub struct ChunkStream<E> { /* private fields */ }Expand description
The consuming half of a chunked byte stream.
Implementations§
Trait Implementations§
Source§impl<E> Drop for ChunkStream<E>
impl<E> Drop for ChunkStream<E>
Auto Trait Implementations§
impl<E> Freeze for ChunkStream<E>
impl<E> RefUnwindSafe for ChunkStream<E>where
Arc<ChunkShared<E>>: RefUnwindSafe,
impl<E> Send for ChunkStream<E>
impl<E> Sync for ChunkStream<E>
impl<E> Unpin for ChunkStream<E>
impl<E> UnsafeUnpin for ChunkStream<E>where
Arc<ChunkShared<E>>: UnsafeUnpin,
impl<E> UnwindSafe for ChunkStream<E>where
Arc<ChunkShared<E>>: 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