Struct rocket::mtls::x509::SubjectAlternativeName
pub struct SubjectAlternativeName<'a> {
pub general_names: Vec<GeneralName<'a>, Global>,
}
Available on crate feature
mtls
only.Fields§
§general_names: Vec<GeneralName<'a>, Global>
Trait Implementations§
§impl<'a> Clone for SubjectAlternativeName<'a>
impl<'a> Clone for SubjectAlternativeName<'a>
§fn clone(&self) -> SubjectAlternativeName<'a>
fn clone(&self) -> SubjectAlternativeName<'a>
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§impl<'a> Debug for SubjectAlternativeName<'a>
impl<'a> Debug for SubjectAlternativeName<'a>
§impl<'a> FromDer<'a> for SubjectAlternativeName<'a>
impl<'a> FromDer<'a> for SubjectAlternativeName<'a>
§impl<'a> PartialEq<SubjectAlternativeName<'a>> for SubjectAlternativeName<'a>
impl<'a> PartialEq<SubjectAlternativeName<'a>> for SubjectAlternativeName<'a>
§fn eq(&self, other: &SubjectAlternativeName<'a>) -> bool
fn eq(&self, other: &SubjectAlternativeName<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> StructuralPartialEq for SubjectAlternativeName<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SubjectAlternativeName<'a>
impl<'a> Send for SubjectAlternativeName<'a>
impl<'a> Sync for SubjectAlternativeName<'a>
impl<'a> Unpin for SubjectAlternativeName<'a>
impl<'a> UnwindSafe for SubjectAlternativeName<'a>
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self
into a collection.