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
impl Eq for OtherName
impl StructuralPartialEq for OtherName
Auto Trait Implementations§
impl Freeze for OtherName
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