Struct rocket::mtls::oid::asn1_rs::BerClassFromIntError
pub struct BerClassFromIntError(_);
Available on crate feature
mtls
only.Trait Implementations§
§impl Clone for BerClassFromIntError
impl Clone for BerClassFromIntError
§fn clone(&self) -> BerClassFromIntError
fn clone(&self) -> BerClassFromIntError
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 Debug for BerClassFromIntError
impl Debug for BerClassFromIntError
§impl PartialEq<BerClassFromIntError> for BerClassFromIntError
impl PartialEq<BerClassFromIntError> for BerClassFromIntError
§fn eq(&self, other: &BerClassFromIntError) -> bool
fn eq(&self, other: &BerClassFromIntError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BerClassFromIntError
impl Eq for BerClassFromIntError
impl StructuralEq for BerClassFromIntError
impl StructuralPartialEq for BerClassFromIntError
Auto Trait Implementations§
impl RefUnwindSafe for BerClassFromIntError
impl Send for BerClassFromIntError
impl Sync for BerClassFromIntError
impl Unpin for BerClassFromIntError
impl UnwindSafe for BerClassFromIntError
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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.