Struct conjure_runtime::config::ServicesConfigBuilder [−][src]
pub struct ServicesConfigBuilder(_);Expand description
A builder type for ServiceConfig.
Implementations
Adds a service to the builder.
Sets the security configuration.
Sets the proxy configuration.
Sets the connect timeout.
Sets the read timeout.
Sets the write timeout.
pub fn backoff_slot_size(
&mut self,
backoff_slot_size: Duration
) -> &mut ServicesConfigBuilder
pub fn backoff_slot_size(
&mut self,
backoff_slot_size: Duration
) -> &mut ServicesConfigBuilder
Sets the backoff slot size.
Creates a new ServicesConfig.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ServicesConfigBuilder
impl Send for ServicesConfigBuilder
impl Sync for ServicesConfigBuilder
impl Unpin for ServicesConfigBuilder
impl UnwindSafe for ServicesConfigBuilder
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