Struct jsonrpc_utils::BlockingHttpClient
source · pub struct BlockingHttpClient { /* private fields */ }
Available on 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 !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