pub struct StreamingResponse {
pub status: u16,
pub headers: HashMap<String, String>,
pub response: Response,
pub version: String,
}Fields§
§status: u16§headers: HashMap<String, String>§response: Response§version: StringAuto Trait Implementations§
impl !Freeze for StreamingResponse
impl !RefUnwindSafe for StreamingResponse
impl Send for StreamingResponse
impl Sync for StreamingResponse
impl Unpin for StreamingResponse
impl !UnwindSafe for StreamingResponse
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