pub struct HttpGatewayClient { /* private fields */ }
Implementations§
Source§impl HttpGatewayClient
impl HttpGatewayClient
pub fn new(args: HttpGatewayClientArgs) -> Self
pub fn builder() -> HttpGatewayClientBuilder
pub fn request( &self, args: HttpGatewayRequestArgs, ) -> HttpGatewayRequestBuilder<'_>
Trait Implementations§
Source§impl Clone for HttpGatewayClient
impl Clone for HttpGatewayClient
Source§fn clone(&self) -> HttpGatewayClient
fn clone(&self) -> HttpGatewayClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HttpGatewayClient
impl !RefUnwindSafe for HttpGatewayClient
impl Send for HttpGatewayClient
impl Sync for HttpGatewayClient
impl Unpin for HttpGatewayClient
impl !UnwindSafe for HttpGatewayClient
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