pub struct HttpGatewayClientBuilder { /* private fields */ }
Implementations§
Source§impl HttpGatewayClientBuilder
impl HttpGatewayClientBuilder
pub fn new() -> Self
pub fn with_agent(self, agent: Agent) -> Self
pub fn build(self) -> HttpGatewayResult<HttpGatewayClient>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpGatewayClientBuilder
impl !RefUnwindSafe for HttpGatewayClientBuilder
impl Send for HttpGatewayClientBuilder
impl Sync for HttpGatewayClientBuilder
impl Unpin for HttpGatewayClientBuilder
impl !UnwindSafe for HttpGatewayClientBuilder
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