Struct rocket::mtls::x509::ExtendedKeyUsage
pub struct ExtendedKeyUsage<'a> {
pub any: bool,
pub server_auth: bool,
pub client_auth: bool,
pub code_signing: bool,
pub email_protection: bool,
pub time_stamping: bool,
pub ocsp_signing: bool,
pub other: Vec<Oid<'a>, Global>,
}
Available on crate feature
mtls
only.Fields§
§any: bool
§server_auth: bool
§client_auth: bool
§code_signing: bool
§email_protection: bool
§time_stamping: bool
§ocsp_signing: bool
§other: Vec<Oid<'a>, Global>
Trait Implementations§
§impl<'a> Clone for ExtendedKeyUsage<'a>
impl<'a> Clone for ExtendedKeyUsage<'a>
§fn clone(&self) -> ExtendedKeyUsage<'a>
fn clone(&self) -> ExtendedKeyUsage<'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 ExtendedKeyUsage<'a>
impl<'a> Debug for ExtendedKeyUsage<'a>
§impl<'a> FromDer<'a> for ExtendedKeyUsage<'a>
impl<'a> FromDer<'a> for ExtendedKeyUsage<'a>
§impl<'a> PartialEq<ExtendedKeyUsage<'a>> for ExtendedKeyUsage<'a>
impl<'a> PartialEq<ExtendedKeyUsage<'a>> for ExtendedKeyUsage<'a>
§fn eq(&self, other: &ExtendedKeyUsage<'a>) -> bool
fn eq(&self, other: &ExtendedKeyUsage<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> StructuralPartialEq for ExtendedKeyUsage<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ExtendedKeyUsage<'a>
impl<'a> Send for ExtendedKeyUsage<'a>
impl<'a> Sync for ExtendedKeyUsage<'a>
impl<'a> Unpin for ExtendedKeyUsage<'a>
impl<'a> UnwindSafe for ExtendedKeyUsage<'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.