Struct httplite::ResponseWriter
source · pub struct ResponseWriter { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ResponseWriter
impl RefUnwindSafe for ResponseWriter
impl Send for ResponseWriter
impl Sync for ResponseWriter
impl Unpin for ResponseWriter
impl UnwindSafe for ResponseWriter
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