pub struct EtypeInfo2Entry {
pub etype: ExplicitContextTag0<IntegerAsn1>,
pub salt: Optional<Option<ExplicitContextTag1<KerberosStringAsn1>>>,
pub s2kparams: Optional<Option<ExplicitContextTag2<OctetStringAsn1>>>,
}Expand description
ETYPE-INFO2-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] KerberosString OPTIONAL,
s2kparams [2] OCTET STRING OPTIONAL
}Fields§
§etype: ExplicitContextTag0<IntegerAsn1>§salt: Optional<Option<ExplicitContextTag1<KerberosStringAsn1>>>§s2kparams: Optional<Option<ExplicitContextTag2<OctetStringAsn1>>>Trait Implementations§
Source§impl Clone for EtypeInfo2Entry
impl Clone for EtypeInfo2Entry
Source§fn clone(&self) -> EtypeInfo2Entry
fn clone(&self) -> EtypeInfo2Entry
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 EtypeInfo2Entry
impl Debug for EtypeInfo2Entry
Source§impl<'de> Deserialize<'de> for EtypeInfo2Entry
impl<'de> Deserialize<'de> for EtypeInfo2Entry
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 EtypeInfo2Entry
impl PartialEq for EtypeInfo2Entry
Source§impl Serialize for EtypeInfo2Entry
impl Serialize for EtypeInfo2Entry
impl Eq for EtypeInfo2Entry
impl StructuralPartialEq for EtypeInfo2Entry
Auto Trait Implementations§
impl Freeze for EtypeInfo2Entry
impl RefUnwindSafe for EtypeInfo2Entry
impl Send for EtypeInfo2Entry
impl Sync for EtypeInfo2Entry
impl Unpin for EtypeInfo2Entry
impl UnwindSafe for EtypeInfo2Entry
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