pub struct KeySalts {
pub keysalts: HashSet<KeySalt>,
}Expand description
Kerberos keysalt list
Fields§
§keysalts: HashSet<KeySalt>Keysalt list
Trait Implementations§
impl Eq for KeySalts
impl StructuralPartialEq for KeySalts
Auto Trait Implementations§
impl Freeze for KeySalts
impl RefUnwindSafe for KeySalts
impl Send for KeySalts
impl Sync for KeySalts
impl Unpin for KeySalts
impl UnwindSafe for KeySalts
Blanket Implementations§
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