pub struct FakeHttpClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FakeHttpClient
impl Clone for FakeHttpClient
Source§fn clone(&self) -> FakeHttpClient
fn clone(&self) -> FakeHttpClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FakeHttpClient
impl RefUnwindSafe for FakeHttpClient
impl Send for FakeHttpClient
impl Sync for FakeHttpClient
impl Unpin for FakeHttpClient
impl UnsafeUnpin for FakeHttpClient
impl UnwindSafe for FakeHttpClient
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