pub struct EncApRepPartInner {
pub ctime: ExplicitContextTag0<KerberosTime>,
pub cusec: ExplicitContextTag1<Microseconds>,
pub subkey: Optional<Option<ExplicitContextTag2<EncryptionKey>>>,
pub seq_number: Optional<Option<ExplicitContextTag3<IntegerAsn1>>>,
}Expand description
EncAPRepPart ::= [APPLICATION 27] SEQUENCE {
ctime [0] KerberosTime,
cusec [1] Microseconds,
subkey [2] EncryptionKey OPTIONAL,
seq-number [3] UInt32 OPTIONAL
}Fields§
§ctime: ExplicitContextTag0<KerberosTime>§cusec: ExplicitContextTag1<Microseconds>§subkey: Optional<Option<ExplicitContextTag2<EncryptionKey>>>§seq_number: Optional<Option<ExplicitContextTag3<IntegerAsn1>>>Trait Implementations§
Source§impl Clone for EncApRepPartInner
impl Clone for EncApRepPartInner
Source§fn clone(&self) -> EncApRepPartInner
fn clone(&self) -> EncApRepPartInner
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 EncApRepPartInner
impl Debug for EncApRepPartInner
Source§impl<'de> Deserialize<'de> for EncApRepPartInner
impl<'de> Deserialize<'de> for EncApRepPartInner
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 EncApRepPartInner
impl PartialEq for EncApRepPartInner
Source§impl Serialize for EncApRepPartInner
impl Serialize for EncApRepPartInner
impl Eq for EncApRepPartInner
impl StructuralPartialEq for EncApRepPartInner
Auto Trait Implementations§
impl Freeze for EncApRepPartInner
impl RefUnwindSafe for EncApRepPartInner
impl Send for EncApRepPartInner
impl Sync for EncApRepPartInner
impl Unpin for EncApRepPartInner
impl UnwindSafe for EncApRepPartInner
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