pub struct HttpsConnector<T = ReqwestTransport>(pub T);Tuple Fields§
§0: TImplementations§
Source§impl HttpsConnector
impl HttpsConnector
pub const fn production() -> Self
Trait Implementations§
Source§impl<T: HttpsTransport> DeliveryConnector for HttpsConnector<T>
impl<T: HttpsTransport> DeliveryConnector for HttpsConnector<T>
fn send( &self, endpoint: &ValidatedEndpoint, request: SignedRequest, ) -> Result<DeliveryResponse, WorkerError>
Auto Trait Implementations§
impl<T> Freeze for HttpsConnector<T>where
T: Freeze,
impl<T> RefUnwindSafe for HttpsConnector<T>where
T: RefUnwindSafe,
impl<T> Send for HttpsConnector<T>where
T: Send,
impl<T> Sync for HttpsConnector<T>where
T: Sync,
impl<T> Unpin for HttpsConnector<T>where
T: Unpin,
impl<T> UnsafeUnpin for HttpsConnector<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for HttpsConnector<T>where
T: UnwindSafe,
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