pub struct ProgressWriter {
pub inner: SendStream,
/* private fields */
}
Expand description
Wrapper for a [quinn::SendStream
] with additional per request information.
Fields§
§inner: SendStream
The quinn::SendStream to write to
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressWriter
impl !RefUnwindSafe for ProgressWriter
impl Send for ProgressWriter
impl Sync for ProgressWriter
impl Unpin for ProgressWriter
impl !UnwindSafe for ProgressWriter
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