pub struct HttpGatewayClientArgs {
pub agent: Agent,
}
Fields§
§agent: Agent
Trait Implementations§
Source§impl Clone for HttpGatewayClientArgs
impl Clone for HttpGatewayClientArgs
Source§fn clone(&self) -> HttpGatewayClientArgs
fn clone(&self) -> HttpGatewayClientArgs
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 HttpGatewayClientArgs
impl !RefUnwindSafe for HttpGatewayClientArgs
impl Send for HttpGatewayClientArgs
impl Sync for HttpGatewayClientArgs
impl Unpin for HttpGatewayClientArgs
impl !UnwindSafe for HttpGatewayClientArgs
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