Struct hyper::client::pool::Connecting
source · pub(super) struct Connecting<T: Poolable> {
key: (Scheme, Authority),
pool: WeakOpt<Mutex<PoolInner<T>>>,
}
Fields§
§key: (Scheme, Authority)
§pool: WeakOpt<Mutex<PoolInner<T>>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Connecting<T>
impl<T> RefUnwindSafe for Connecting<T>
impl<T> Send for Connecting<T>
impl<T> Sync for Connecting<T>
impl<T> Unpin for Connecting<T>
impl<T> UnwindSafe for Connecting<T>
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