pub struct HttpsClient { /* private fields */ }Implementations§
Source§impl HttpsClient
impl HttpsClient
Trait Implementations§
Source§impl Clone for HttpsClient
impl Clone for HttpsClient
Source§fn clone(&self) -> HttpsClient
fn clone(&self) -> HttpsClient
Returns a duplicate 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 HttpsClient
impl !RefUnwindSafe for HttpsClient
impl Send for HttpsClient
impl Sync for HttpsClient
impl Unpin for HttpsClient
impl !UnwindSafe for HttpsClient
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