Struct conjure_runtime::config::SecurityConfigBuilder [−][src]
pub struct SecurityConfigBuilder(_);Expand description
A builder type for SecurityConfigs.
Implementations
Sets the trusted root CA file.
Sets the private key used for client certificate authentication.
Sets the certificate chain used for client certificate authentication.
Creates a new SecurityConfig.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SecurityConfigBuilder
impl Send for SecurityConfigBuilder
impl Sync for SecurityConfigBuilder
impl Unpin for SecurityConfigBuilder
impl UnwindSafe for SecurityConfigBuilder
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