Struct kerberos_parser::krb5::KrbError[][src]

pub struct KrbError<'a> {
Show 13 fields pub pvno: u32, pub msg_type: MessageType, pub ctime: Option<DerObject<'a>>, pub cusec: Option<u32>, pub stime: DerObject<'a>, pub susec: u32, pub error_code: ErrorCode, pub crealm: Option<Realm>, pub cname: Option<PrincipalName>, pub realm: Realm, pub sname: PrincipalName, pub etext: Option<String>, pub edata: Option<DerObject<'a>>,
}
Expand description

Kerberos Error message

Fields

pvno: u32msg_type: MessageTypectime: Option<DerObject<'a>>cusec: Option<u32>stime: DerObject<'a>susec: u32error_code: ErrorCodecrealm: Option<Realm>cname: Option<PrincipalName>realm: Realmsname: PrincipalNameetext: Option<String>edata: Option<DerObject<'a>>

Trait Implementations

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.