pub struct HttpAgent(pub Arc<dyn Fn(ClientBuilder) -> ClientBuilder + Send + Sync>);Tuple Fields§
§0: Arc<dyn Fn(ClientBuilder) -> ClientBuilder + Send + Sync>Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpAgent
impl !RefUnwindSafe for HttpAgent
impl Send for HttpAgent
impl Sync for HttpAgent
impl Unpin for HttpAgent
impl !UnwindSafe for HttpAgent
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