#[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() -> SubjectAlternativeNameMatchersBuilder
pub fn builder() -> SubjectAlternativeNameMatchersBuilder
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 moresource§impl PartialEq<SubjectAlternativeNameMatchers> for SubjectAlternativeNameMatchers
impl PartialEq<SubjectAlternativeNameMatchers> for SubjectAlternativeNameMatchers
source§fn eq(&self, other: &SubjectAlternativeNameMatchers) -> bool
fn eq(&self, other: &SubjectAlternativeNameMatchers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SubjectAlternativeNameMatchers
Auto Trait Implementations§
impl RefUnwindSafe for SubjectAlternativeNameMatchers
impl Send for SubjectAlternativeNameMatchers
impl Sync for SubjectAlternativeNameMatchers
impl Unpin for SubjectAlternativeNameMatchers
impl UnwindSafe for SubjectAlternativeNameMatchers
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more