#[non_exhaustive]pub struct SubjectAlternativeNameMatchers { /* private fields */ }
Expand description
An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
Implementations§
source§impl SubjectAlternativeNameMatchers
impl SubjectAlternativeNameMatchers
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubjectAlternativeNameMatchers
.
Trait Implementations§
source§impl Clone for SubjectAlternativeNameMatchers
impl Clone for SubjectAlternativeNameMatchers
source§fn clone(&self) -> SubjectAlternativeNameMatchers
fn clone(&self) -> SubjectAlternativeNameMatchers
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 more