Struct kerberos_parser::krb5::ApReq[][src]

pub struct ApReq<'a> {
    pub pvno: u32,
    pub msg_type: MessageType,
    pub ap_options: DerObject<'a>,
    pub ticket: Ticket<'a>,
    pub authenticator: EncryptedData<'a>,
}

Kerberos AP Request

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> PartialEq for ApReq<'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 ApReq<'a>

impl<'a> Sync for ApReq<'a>