Struct picky_asn1_x509::name::OtherName
source · pub struct OtherName {
pub type_id: ObjectIdentifierAsn1,
pub value: ExplicitContextTag0<Asn1RawDer>,
}
Fields§
§type_id: ObjectIdentifierAsn1
§value: ExplicitContextTag0<Asn1RawDer>
Trait Implementations§
source§impl<'de> Deserialize<'de> for OtherName
impl<'de> Deserialize<'de> for OtherName
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
source§impl PartialEq<OtherName> for OtherName
impl PartialEq<OtherName> for OtherName
impl Eq for OtherName
impl StructuralEq for OtherName
impl StructuralPartialEq for OtherName
Auto Trait Implementations§
impl RefUnwindSafe for OtherName
impl Send for OtherName
impl Sync for OtherName
impl Unpin for OtherName
impl UnwindSafe for OtherName
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