pub struct Parts {
pub method: Method,
pub header: HeaderMap,
pub version: Version,
pub url: Url,
pub extensions: Extensions,
}Fields§
§method: Method§header: HeaderMap§version: Version§url: Url§extensions: ExtensionsImplementations§
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