pub enum IdSource {
Numeric(u32),
Path(String),
}Expand description
In sysusers a uid can be defined statically or via a file path
Variants§
Trait Implementations§
impl Eq for IdSource
impl StructuralPartialEq for IdSource
Auto Trait Implementations§
impl Freeze for IdSource
impl RefUnwindSafe for IdSource
impl Send for IdSource
impl Sync for IdSource
impl Unpin for IdSource
impl UnwindSafe for IdSource
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