pub struct ShortConn;
Expand description
Short connection mode.
In this mode, the client establishes a new connection for each request and closes it after receiving the response.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShortConn
impl RefUnwindSafe for ShortConn
impl Send for ShortConn
impl Sync for ShortConn
impl Unpin for ShortConn
impl UnwindSafe for ShortConn
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