pub struct NoopHttpSend;Expand description
NoopHttpSend is a no-op implementation that always returns an error.
This is used when no HTTP client is configured.
Trait Implementations§
Source§impl Clone for NoopHttpSend
impl Clone for NoopHttpSend
impl Copy for NoopHttpSend
Source§impl Debug for NoopHttpSend
impl Debug for NoopHttpSend
Source§impl Default for NoopHttpSend
impl Default for NoopHttpSend
Auto Trait Implementations§
impl Freeze for NoopHttpSend
impl RefUnwindSafe for NoopHttpSend
impl Send for NoopHttpSend
impl Sync for NoopHttpSend
impl Unpin for NoopHttpSend
impl UnsafeUnpin for NoopHttpSend
impl UnwindSafe for NoopHttpSend
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