pub struct UreqTransport { /* private fields */ }Expand description
Production transport — borrows a clone of the script’s shared agent.
Trait Implementations§
Source§impl DnsTransport for UreqTransport
impl DnsTransport for UreqTransport
fn send(&self, req: &HttpRequest) -> Result<HttpResponse, String>
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