pub struct StreamingResponse {
pub status: StatusCode,
pub headers: HashMap<String, String>,
pub reader: StorageByteStream,
}Fields§
§status: StatusCode§headers: HashMap<String, String>§reader: StorageByteStreamAuto 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