Struct x509_parser::extensions::PolicyMapping
source · pub struct PolicyMapping<'a> {
pub issuer_domain_policy: Oid<'a>,
pub subject_domain_policy: Oid<'a>,
}
Fields§
§issuer_domain_policy: Oid<'a>
§subject_domain_policy: Oid<'a>
Implementations§
Trait Implementations§
source§impl<'ber, 'a> CheckDerConstraints for PolicyMapping<'a>where
'ber: 'a,
impl<'ber, 'a> CheckDerConstraints for PolicyMapping<'a>where
'ber: 'a,
source§impl<'a> Clone for PolicyMapping<'a>
impl<'a> Clone for PolicyMapping<'a>
source§fn clone(&self) -> PolicyMapping<'a>
fn clone(&self) -> PolicyMapping<'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 moresource§impl<'a> Debug for PolicyMapping<'a>
impl<'a> Debug for PolicyMapping<'a>
source§impl<'ber, 'a> FromDer<'ber> for PolicyMapping<'a>where
'ber: 'a,
impl<'ber, 'a> FromDer<'ber> for PolicyMapping<'a>where
'ber: 'a,
source§impl<'a> PartialEq for PolicyMapping<'a>
impl<'a> PartialEq for PolicyMapping<'a>
source§fn eq(&self, other: &PolicyMapping<'a>) -> bool
fn eq(&self, other: &PolicyMapping<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'ber, 'a> TryFrom<Any<'ber>> for PolicyMapping<'a>where
'ber: 'a,
impl<'ber, 'a> TryFrom<Any<'ber>> for PolicyMapping<'a>where
'ber: 'a,
impl<'a> Eq for PolicyMapping<'a>
impl<'a> StructuralPartialEq for PolicyMapping<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PolicyMapping<'a>
impl<'a> Send for PolicyMapping<'a>
impl<'a> Sync for PolicyMapping<'a>
impl<'a> Unpin for PolicyMapping<'a>
impl<'a> UnwindSafe for PolicyMapping<'a>
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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