#[non_exhaustive]pub struct TlsValidationContextFileTrustBuilder { /* private fields */ }Expand description
A builder for TlsValidationContextFileTrust.
Implementations§
source§impl TlsValidationContextFileTrustBuilder
impl TlsValidationContextFileTrustBuilder
sourcepub fn certificate_chain(self, input: impl Into<String>) -> Self
pub fn certificate_chain(self, input: impl Into<String>) -> Self
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
sourcepub fn set_certificate_chain(self, input: Option<String>) -> Self
pub fn set_certificate_chain(self, input: Option<String>) -> Self
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
sourcepub fn build(self) -> TlsValidationContextFileTrust
pub fn build(self) -> TlsValidationContextFileTrust
Consumes the builder and constructs a TlsValidationContextFileTrust.
Trait Implementations§
source§impl Clone for TlsValidationContextFileTrustBuilder
impl Clone for TlsValidationContextFileTrustBuilder
source§fn clone(&self) -> TlsValidationContextFileTrustBuilder
fn clone(&self) -> TlsValidationContextFileTrustBuilder
Returns a copy 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 moresource§impl Default for TlsValidationContextFileTrustBuilder
impl Default for TlsValidationContextFileTrustBuilder
source§fn default() -> TlsValidationContextFileTrustBuilder
fn default() -> TlsValidationContextFileTrustBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TlsValidationContextFileTrustBuilder> for TlsValidationContextFileTrustBuilder
impl PartialEq<TlsValidationContextFileTrustBuilder> for TlsValidationContextFileTrustBuilder
source§fn eq(&self, other: &TlsValidationContextFileTrustBuilder) -> bool
fn eq(&self, other: &TlsValidationContextFileTrustBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.