pub struct Wrapped<R> {
config: Arc<Configured>,
inner: R,
origin: HeaderValue,
}
Fields§
§config: Arc<Configured>
§inner: R
§origin: HeaderValue
Trait Implementations§
Auto Trait Implementations§
impl<R> !Freeze for Wrapped<R>
impl<R> RefUnwindSafe for Wrapped<R>where
R: RefUnwindSafe,
impl<R> Send for Wrapped<R>where
R: Send,
impl<R> Sync for Wrapped<R>where
R: Sync,
impl<R> Unpin for Wrapped<R>where
R: Unpin,
impl<R> UnwindSafe for Wrapped<R>where
R: UnwindSafe,
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