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]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Realm
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Realm

impl Sync for Realm