pub struct HTTPSClient {}Implementations§
Auto 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