pub struct HttpOperationBatch { /* private fields */ }Expand description
Reusable HTTP client for every smart-HTTP RPC in one remote operation.
Implementations§
Source§impl HttpOperationBatch
impl HttpOperationBatch
pub fn new() -> Self
pub fn client(&self) -> &UreqHttpClient
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpOperationBatch
impl !UnwindSafe for HttpOperationBatch
impl Freeze for HttpOperationBatch
impl Send for HttpOperationBatch
impl Sync for HttpOperationBatch
impl Unpin for HttpOperationBatch
impl UnsafeUnpin for HttpOperationBatch
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