pub struct MockClient { /* private fields */ }
Expand description
The mock client, instantiate with new
Implementations§
Auto Trait Implementations§
impl Freeze for MockClient
impl !RefUnwindSafe for MockClient
impl Send for MockClient
impl !Sync for MockClient
impl Unpin for MockClient
impl !UnwindSafe for MockClient
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