pub struct StartedHttpStep {
pub request: StepRequest,
pub response: Response,
/* private fields */
}Fields§
§request: StepRequest§response: ResponseTrait Implementations§
Auto Trait Implementations§
impl Freeze for StartedHttpStep
impl !RefUnwindSafe for StartedHttpStep
impl Send for StartedHttpStep
impl Sync for StartedHttpStep
impl Unpin for StartedHttpStep
impl UnsafeUnpin for StartedHttpStep
impl !UnwindSafe for StartedHttpStep
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