Struct iroh_bytes::provider::ResponseWriter
source · pub struct ResponseWriter<E> { /* private fields */ }Expand description
A helper struct that combines a quinn::SendStream with auxiliary information
Trait Implementations§
Auto Trait Implementations§
impl<E> !RefUnwindSafe for ResponseWriter<E>
impl<E> Send for ResponseWriter<E>where
E: Send,
impl<E> Sync for ResponseWriter<E>where
E: Sync,
impl<E> Unpin for ResponseWriter<E>where
E: Unpin,
impl<E> !UnwindSafe for ResponseWriter<E>
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