pub struct ApplicationResponse {
pub status: u16,
pub headers: HashMap<String, String>,
pub body: ApplicationResponseBody,
}Fields§
§status: u16§headers: HashMap<String, String>§body: ApplicationResponseBodyTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApplicationResponse
impl RefUnwindSafe for ApplicationResponse
impl Send for ApplicationResponse
impl Sync for ApplicationResponse
impl Unpin for ApplicationResponse
impl UnsafeUnpin for ApplicationResponse
impl UnwindSafe for ApplicationResponse
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