pub struct MockResponseReader;
Expand description
Reads response body content from disk
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockResponseReader
impl RefUnwindSafe for MockResponseReader
impl Send for MockResponseReader
impl Sync for MockResponseReader
impl Unpin for MockResponseReader
impl UnwindSafe for MockResponseReader
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