Struct kerberos_parser::krb5::ApRep
[−]
[src]
pub struct ApRep<'a> {
pub pvno: u32,
pub msg_type: MessageType,
pub enc_part: EncryptedData<'a>,
}Kerberos AP Reply
Fields
pvno: u32
msg_type: MessageType
enc_part: EncryptedData<'a>
Trait Implementations
impl<'a> Debug for ApRep<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more