Struct kerberos_parser::krb5::Realm
[−]
[src]
pub struct Realm(pub String);
Kerberos Realm
A Kerberos realm is a set of managed nodes that share the same Kerberos database.
Trait Implementations
impl Debug for Realm[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more