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 !RefUnwindSafe for HttpAgent
impl !UnwindSafe for HttpAgent
impl Freeze for HttpAgent
impl Send for HttpAgent
impl Sync for HttpAgent
impl Unpin for HttpAgent
impl UnsafeUnpin 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