#[non_exhaustive]pub struct TlsValidationContextFileTrust { /* private fields */ }
Expand description
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
Implementations§
source§impl TlsValidationContextFileTrust
impl TlsValidationContextFileTrust
sourcepub fn certificate_chain(&self) -> Option<&str>
pub fn certificate_chain(&self) -> Option<&str>
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
source§impl TlsValidationContextFileTrust
impl TlsValidationContextFileTrust
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TlsValidationContextFileTrust
.
Trait Implementations§
source§impl Clone for TlsValidationContextFileTrust
impl Clone for TlsValidationContextFileTrust
source§fn clone(&self) -> TlsValidationContextFileTrust
fn clone(&self) -> TlsValidationContextFileTrust
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 PartialEq<TlsValidationContextFileTrust> for TlsValidationContextFileTrust
impl PartialEq<TlsValidationContextFileTrust> for TlsValidationContextFileTrust
source§fn eq(&self, other: &TlsValidationContextFileTrust) -> bool
fn eq(&self, other: &TlsValidationContextFileTrust) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.