Struct conjure_runtime::config::HttpProxyConfigBuilder [−][src]
pub struct HttpProxyConfigBuilder { /* fields omitted */ }Expand description
A builder for HttpProxyConfigs.
Implementations
Sets the host and port.
pub fn credentials(
&mut self,
credentials: Option<BasicCredentials>
) -> &mut HttpProxyConfigBuilder
pub fn credentials(
&mut self,
credentials: Option<BasicCredentials>
) -> &mut HttpProxyConfigBuilder
Sets the credentials.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for HttpProxyConfigBuilder
impl Send for HttpProxyConfigBuilder
impl Sync for HttpProxyConfigBuilder
impl Unpin for HttpProxyConfigBuilder
impl UnwindSafe for HttpProxyConfigBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more