pub struct NegTokenTarg {
pub neg_result: Optional<Option<ExplicitContextTag0<Asn1RawDer>>>,
pub supported_mech: Optional<Option<ExplicitContextTag1<MechType>>>,
pub response_token: Optional<Option<ExplicitContextTag2<OctetStringAsn1>>>,
pub mech_list_mic: Optional<Option<ExplicitContextTag3<OctetStringAsn1>>>,
}Expand description
NegTokenTarg ::= SEQUENCE {
negResult [0] ENUMERATED OPTIONAL,
supportedMech [1] MechType OPTIONAL,
responseToken [2] OCTET STRING OPTIONAL,
mechListMIC [3] OCTET STRING OPTIONAL
}Fields§
§neg_result: Optional<Option<ExplicitContextTag0<Asn1RawDer>>>§supported_mech: Optional<Option<ExplicitContextTag1<MechType>>>§response_token: Optional<Option<ExplicitContextTag2<OctetStringAsn1>>>§mech_list_mic: Optional<Option<ExplicitContextTag3<OctetStringAsn1>>>Trait Implementations§
Source§impl Debug for NegTokenTarg
impl Debug for NegTokenTarg
Source§impl<'de> Deserialize<'de> for NegTokenTarg
impl<'de> Deserialize<'de> for NegTokenTarg
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 for NegTokenTarg
impl PartialEq for NegTokenTarg
Source§impl Serialize for NegTokenTarg
impl Serialize for NegTokenTarg
impl Eq for NegTokenTarg
impl StructuralPartialEq for NegTokenTarg
Auto Trait Implementations§
impl Freeze for NegTokenTarg
impl RefUnwindSafe for NegTokenTarg
impl Send for NegTokenTarg
impl Sync for NegTokenTarg
impl Unpin for NegTokenTarg
impl UnwindSafe for NegTokenTarg
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