Struct kerberos_parser::krb5::PAData[][src]

pub struct PAData<'a> {
    pub padata_type: PAType,
    pub padata_value: &'a [u8],
}

Kerberos PA-Data

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

impl<'a> Sync for PAData<'a>