pub struct SaltType(/* private fields */);Expand description
Kerberos salt type
Trait Implementations§
impl Copy for SaltType
impl Eq for SaltType
impl StructuralPartialEq for SaltType
Auto Trait Implementations§
impl Freeze for SaltType
impl RefUnwindSafe for SaltType
impl Send for SaltType
impl Sync for SaltType
impl Unpin for SaltType
impl UnwindSafe for SaltType
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