pub struct ProductOSRequestClient { /* private fields */ }Implementations§
Trait Implementations§
source§impl ProductOSClient<Either<Full<BytesMut>, Empty<BytesMut>>, Either<Full<BytesMut>, Empty<BytesMut>>> for ProductOSRequestClient
impl ProductOSClient<Either<Full<BytesMut>, Empty<BytesMut>>, Either<Full<BytesMut>, Empty<BytesMut>>> for ProductOSRequestClient
fn build(&mut self, requester: &ProductOSRequester)
fn new_request( &self, method: Method, url: String ) -> ProductOSRequest<Either<Full<BytesMut>, Empty<BytesMut>>>
fn request<'life0, 'async_trait>(
&'life0 self,
r: ProductOSRequest<Either<Full<BytesMut>, Empty<BytesMut>>>
) -> Pin<Box<dyn Future<Output = Result<ProductOSResponse<Either<Full<BytesMut>, Empty<BytesMut>>>, ProductOSRequestError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn request_simple<'life0, 'life1, 'async_trait>(
&'life0 self,
method: Method,
url: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<ProductOSResponse<Either<Full<BytesMut>, Empty<BytesMut>>>, ProductOSRequestError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn request_raw<'life0, 'async_trait>(
&'life0 self,
r: Request<Either<Full<BytesMut>, Empty<BytesMut>>>
) -> Pin<Box<dyn Future<Output = Result<ProductOSResponse<Either<Full<BytesMut>, Empty<BytesMut>>>, ProductOSRequestError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for ProductOSRequestClient
impl !RefUnwindSafe for ProductOSRequestClient
impl Send for ProductOSRequestClient
impl Sync for ProductOSRequestClient
impl Unpin for ProductOSRequestClient
impl !UnwindSafe for ProductOSRequestClient
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