pub struct StubHttpRequest;
Expand description
A stub HttpRequest that does nothing and returns an empty response immediately.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StubHttpRequest
impl RefUnwindSafe for StubHttpRequest
impl Send for StubHttpRequest
impl Sync for StubHttpRequest
impl Unpin for StubHttpRequest
impl UnwindSafe for StubHttpRequest
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