pub struct RawRequest {
pub method: Method,
pub path: String,
pub body: Body,
pub headers: HeaderMap,
}Fields§
§method: Method§path: String§body: Body§headers: HeaderMapTrait Implementations§
Auto Trait Implementations§
impl Freeze for RawRequest
impl !RefUnwindSafe for RawRequest
impl Send for RawRequest
impl !Sync for RawRequest
impl Unpin for RawRequest
impl UnsafeUnpin for RawRequest
impl !UnwindSafe for RawRequest
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