pub struct PrimedBody {
pub url: Url,
pub response: Response,
}Expand description
A live response body from crate::http::probe_priming, tagged with the URL
it came from so it can never be spliced into a different source’s range.
Fields§
§url: Url§response: ResponseAuto Trait Implementations§
impl !RefUnwindSafe for PrimedBody
impl !UnwindSafe for PrimedBody
impl Freeze for PrimedBody
impl Send for PrimedBody
impl Sync for PrimedBody
impl Unpin for PrimedBody
impl UnsafeUnpin for PrimedBody
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