pub struct UreqTransport { /* private fields */ }Expand description
ureq::Agent-backed UsageTransport. One agent is shared across
all fetch_usage calls so connection pooling / keepalive applies.
Implementations§
Source§impl UreqTransport
impl UreqTransport
Trait Implementations§
Source§impl Default for UreqTransport
impl Default for UreqTransport
Source§impl UsageTransport for UreqTransport
impl UsageTransport for UreqTransport
Auto Trait Implementations§
impl Freeze for UreqTransport
impl !RefUnwindSafe for UreqTransport
impl Send for UreqTransport
impl Sync for UreqTransport
impl Unpin for UreqTransport
impl UnsafeUnpin for UreqTransport
impl !UnwindSafe for UreqTransport
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