pub struct Http1Client { /* private fields */ }
Implementations§
Source§impl Http1Client
impl Http1Client
Auto Trait Implementations§
impl !Freeze for Http1Client
impl RefUnwindSafe for Http1Client
impl Send for Http1Client
impl Sync for Http1Client
impl Unpin for Http1Client
impl UnwindSafe for Http1Client
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