Struct hyper_mock_client::MockClient
source · [−]pub struct MockClient { /* private fields */ }Expand description
The mock client, instantiate with new
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MockClient
impl Send for MockClient
impl !Sync for MockClient
impl Unpin for MockClient
impl !UnwindSafe for MockClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more