pub struct HttpTransportBuilder {
config: TransportConfig,
}
Expand description
Builder for creating HTTP transports with custom configuration
Fields§
§config: TransportConfig
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpTransportBuilder
impl RefUnwindSafe for HttpTransportBuilder
impl Send for HttpTransportBuilder
impl Sync for HttpTransportBuilder
impl Unpin for HttpTransportBuilder
impl UnwindSafe for HttpTransportBuilder
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