pub struct Parts {
pub method: Method,
pub uri: Uri,
pub version: Version,
pub headers: HashMap<String, String>,
}Fields§
§method: MethodThe request’s method
uri: UriThe request’s URI
version: VersionThe request’s version
headers: HashMap<String, String>The request’s headers
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Parts
impl RefUnwindSafe for Parts
impl Send for Parts
impl Sync for Parts
impl Unpin for Parts
impl UnwindSafe for Parts
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