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]
impl Debug for Realmfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Realm[src]
impl PartialEq for Realm