Enum kanidm_unix_common::unix_config::HomeAttr
source · [−]pub enum HomeAttr {
Uuid,
Spn,
Name,
}
Variants
Uuid
Spn
Name
Trait Implementations
impl Copy for HomeAttr
Auto Trait Implementations
impl RefUnwindSafe for HomeAttr
impl Send for HomeAttr
impl Sync for HomeAttr
impl Unpin for HomeAttr
impl UnwindSafe for HomeAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more