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

Trait Implementations

impl<'a> Debug for ApRep<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for ApRep<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for ApRep<'a>

impl<'a> Sync for ApRep<'a>