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]
impl<'a> Debug for ApRep<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for ApRep<'a>[src]
impl<'a> PartialEq for ApRep<'a>