pub struct HttpTransportClient<S> { /* private fields */ }
Expand description
HTTP Transport Client.
Trait Implementations§
source§impl<S: Clone> Clone for HttpTransportClient<S>
impl<S: Clone> Clone for HttpTransportClient<S>
source§fn clone(&self) -> HttpTransportClient<S>
fn clone(&self) -> HttpTransportClient<S>
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<S> Freeze for HttpTransportClient<S>where
S: Freeze,
impl<S> RefUnwindSafe for HttpTransportClient<S>where
S: RefUnwindSafe,
impl<S> Send for HttpTransportClient<S>where
S: Send,
impl<S> Sync for HttpTransportClient<S>where
S: Sync,
impl<S> Unpin for HttpTransportClient<S>where
S: Unpin,
impl<S> UnwindSafe for HttpTransportClient<S>where
S: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)