Struct kerberos_parser::krb5::NameType [−][src]
pub struct NameType(pub i32);Expand description
Name type
Tuple Fields
0: i32Implementations
Name type not known
Just the name of the principal as in DCE, or for users
Service and other unique instance (krbtgt)
Service with host name as instance (telnet, rcommands)
Service with host as remaining components
Unique ID
Encoded X.509 Distinguished name [RFC2253]
Name in form of SMTP email name (e.g., user@example.com)
Enterprise name; may be mapped to principal name
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NameType
impl UnwindSafe for NameType
Blanket Implementations
Mutably borrows from an owned value. Read more