pub struct BodyWriter { /* private fields */ }Expand description
Producer end — stored in the writer registry.
mpsc::Sender is Clone, so we clone it out of the registry for each call.
Implementations§
Source§impl BodyWriter
impl BodyWriter
Auto Trait Implementations§
impl Freeze for BodyWriter
impl RefUnwindSafe for BodyWriter
impl Send for BodyWriter
impl Sync for BodyWriter
impl Unpin for BodyWriter
impl UnsafeUnpin for BodyWriter
impl UnwindSafe for BodyWriter
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