pub struct Http {
pub res_headers: JsonValue,
pub res_cookies: JsonValue,
/* private fields */
}Fields§
§res_headers: JsonValueImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Http
impl !Sync for Http
impl !UnwindSafe for Http
impl Freeze for Http
impl Send for Http
impl Unpin for Http
impl UnsafeUnpin for Http
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