pub struct ExternalPrincipalIdentifier {
pub subject_name: Optional<Option<ImplicitContextTag0<OctetStringAsn1>>>,
pub issuer_and_serial_number: Optional<Option<ImplicitContextTag1<OctetStringAsn1>>>,
pub subject_key_identifier: Optional<Option<ImplicitContextTag2<OctetStringAsn1>>>,
}Expand description
ExternalPrincipalIdentifier ::= SEQUENCE {
subjectName [0] IMPLICIT OCTET STRING OPTIONAL,
issuerAndSerialNumber [1] IMPLICIT OCTET STRING OPTIONAL,
subjectKeyIdentifier [2] IMPLICIT OCTET STRING OPTIONAL,
}Fields§
§subject_name: Optional<Option<ImplicitContextTag0<OctetStringAsn1>>>§issuer_and_serial_number: Optional<Option<ImplicitContextTag1<OctetStringAsn1>>>§subject_key_identifier: Optional<Option<ImplicitContextTag2<OctetStringAsn1>>>Trait Implementations§
Source§impl Clone for ExternalPrincipalIdentifier
impl Clone for ExternalPrincipalIdentifier
Source§fn clone(&self) -> ExternalPrincipalIdentifier
fn clone(&self) -> ExternalPrincipalIdentifier
Returns a duplicate 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 Debug for ExternalPrincipalIdentifier
impl Debug for ExternalPrincipalIdentifier
Source§impl<'de> Deserialize<'de> for ExternalPrincipalIdentifier
impl<'de> Deserialize<'de> for ExternalPrincipalIdentifier
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExternalPrincipalIdentifier
impl StructuralPartialEq for ExternalPrincipalIdentifier
Auto Trait Implementations§
impl Freeze for ExternalPrincipalIdentifier
impl RefUnwindSafe for ExternalPrincipalIdentifier
impl Send for ExternalPrincipalIdentifier
impl Sync for ExternalPrincipalIdentifier
impl Unpin for ExternalPrincipalIdentifier
impl UnwindSafe for ExternalPrincipalIdentifier
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