Struct kerberos_parser::krb5::KdcReq[][src]

pub struct KdcReq<'a> {
    pub pvno: u32,
    pub msg_type: MessageType,
    pub padata: Vec<PAData<'a>>,
    pub req_body: KdcReqBody<'a>,
}

Key Distribution Center (KDC) Request Message

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

impl<'a> Sync for KdcReq<'a>