pub struct HttpServerResponse {
pub header: String,
pub body: Vec<u8>,
}
Fields§
§header: String
§body: Vec<u8>
Auto Trait Implementations§
impl Freeze for HttpServerResponse
impl RefUnwindSafe for HttpServerResponse
impl Send for HttpServerResponse
impl Sync for HttpServerResponse
impl Unpin for HttpServerResponse
impl UnwindSafe for HttpServerResponse
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