pub struct BlockingHttpClient { /* private fields */ }
Available on (crate features
client
or blocking-client
) and crate feature blocking-client
only.Implementations§
Trait Implementations§
Source§impl Clone for BlockingHttpClient
impl Clone for BlockingHttpClient
Source§fn clone(&self) -> BlockingHttpClient
fn clone(&self) -> BlockingHttpClient
Returns a copy of the value. Read more
1.0.0 · 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 BlockingHttpClient
impl !RefUnwindSafe for BlockingHttpClient
impl Send for BlockingHttpClient
impl Sync for BlockingHttpClient
impl Unpin for BlockingHttpClient
impl !UnwindSafe for BlockingHttpClient
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