pub struct Realm(pub String);Expand description
Kerberos Realm
A Kerberos realm is a set of managed nodes that share the same Kerberos database.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'a> FromDer<'a> for Realm
Parse a Kerberos Realm
impl<'a> FromDer<'a> for Realm
Parse a Kerberos Realm
Realm ::= KerberosString
Source§fn from_der(bytes: &'a [u8]) -> ParseResult<'a, Self>
fn from_der(bytes: &'a [u8]) -> ParseResult<'a, Self>
Attempt to parse input bytes into a DER object (enforcing constraints)
impl StructuralPartialEq for Realm
Auto Trait Implementations§
impl Freeze for Realm
impl RefUnwindSafe for Realm
impl Send for Realm
impl Sync for Realm
impl Unpin for Realm
impl UnwindSafe for Realm
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more