pub struct StaticHttpClient { /* private fields */ }Expand description
Test helper that returns preconfigured responses for exact URLs.
Implementations§
Trait Implementations§
Source§impl Default for StaticHttpClient
impl Default for StaticHttpClient
Source§fn default() -> StaticHttpClient
fn default() -> StaticHttpClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StaticHttpClient
impl RefUnwindSafe for StaticHttpClient
impl Send for StaticHttpClient
impl Sync for StaticHttpClient
impl Unpin for StaticHttpClient
impl UnsafeUnpin for StaticHttpClient
impl UnwindSafe for StaticHttpClient
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