enum Writing {
Init,
Body(Encoder),
KeepAlive,
Closed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Writing
impl RefUnwindSafe for Writing
impl Send for Writing
impl Sync for Writing
impl Unpin for Writing
impl UnwindSafe for Writing
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