pub struct HurrayWriter;Expand description
Opaque handle to an async streaming writer (full implementation deferred).
Symmetric to HurrayReader. Deferred pending the async bridge design.
Auto Trait Implementations§
impl Freeze for HurrayWriter
impl RefUnwindSafe for HurrayWriter
impl Send for HurrayWriter
impl Sync for HurrayWriter
impl Unpin for HurrayWriter
impl UnsafeUnpin for HurrayWriter
impl UnwindSafe for HurrayWriter
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