pub struct ResponseParts {
pub status_code: u16,
pub reason_phrase: String,
pub headers: HeaderMap,
}
Fields§
§status_code: u16
§reason_phrase: String
§headers: HeaderMap
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseParts
impl RefUnwindSafe for ResponseParts
impl Send for ResponseParts
impl Sync for ResponseParts
impl Unpin for ResponseParts
impl UnwindSafe for ResponseParts
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