pub struct HttpTarget { /* private fields */ }Expand description
HTTP-цель: URL и точка, в которую подставляется тестовое значение.
Implementations§
Source§impl HttpTarget
impl HttpTarget
pub fn new(url: impl Into<String>, injection: InjectionPoint) -> Result<Self>
pub fn new_with_options( url: impl Into<String>, injection: InjectionPoint, accept_invalid_certs: bool, ) -> Result<Self>
Auto Trait Implementations§
impl !RefUnwindSafe for HttpTarget
impl !UnwindSafe for HttpTarget
impl Freeze for HttpTarget
impl Send for HttpTarget
impl Sync for HttpTarget
impl Unpin for HttpTarget
impl UnsafeUnpin for HttpTarget
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