Struct hyper::client::connect::ExtraChain
source · struct ExtraChain<T>(Box<dyn ExtraInner>, T);
Tuple Fields§
§0: Box<dyn ExtraInner>
§1: T
Trait Implementations§
source§impl<T: Clone> Clone for ExtraChain<T>
impl<T: Clone> Clone for ExtraChain<T>
source§impl<T> ExtraInner for ExtraChain<T>
impl<T> ExtraInner for ExtraChain<T>
fn clone_box(&self) -> Box<dyn ExtraInner>
fn set(&self, res: &mut Extensions)
Auto Trait Implementations§
impl<T> Freeze for ExtraChain<T>where
T: Freeze,
impl<T> !RefUnwindSafe for ExtraChain<T>
impl<T> Send for ExtraChain<T>where
T: Send,
impl<T> Sync for ExtraChain<T>where
T: Sync,
impl<T> Unpin for ExtraChain<T>where
T: Unpin,
impl<T> !UnwindSafe for ExtraChain<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