pub struct ReqwestTransport;Trait Implementations§
Source§impl HttpsTransport for ReqwestTransport
impl HttpsTransport for ReqwestTransport
fn post( &self, endpoint: &ValidatedEndpoint, request: SignedRequest, ) -> Result<DeliveryResponse, WorkerError>
Auto Trait Implementations§
impl Freeze for ReqwestTransport
impl RefUnwindSafe for ReqwestTransport
impl Send for ReqwestTransport
impl Sync for ReqwestTransport
impl Unpin for ReqwestTransport
impl UnsafeUnpin for ReqwestTransport
impl UnwindSafe for ReqwestTransport
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