#[repr(u32)]pub enum NameRoot {
Root = 0,
Home = 1,
Current = 2,
Temp = 3,
Exe = 4,
}Variants§
Trait Implementations§
Source§impl Ord for NameRoot
impl Ord for NameRoot
Source§impl PartialOrd for NameRoot
impl PartialOrd for NameRoot
impl Copy for NameRoot
impl Eq for NameRoot
impl StructuralPartialEq for NameRoot
Auto Trait Implementations§
impl Freeze for NameRoot
impl RefUnwindSafe for NameRoot
impl Send for NameRoot
impl StoreCopy for NameRoot
impl Sync for NameRoot
impl Unpin for NameRoot
impl UnwindSafe for NameRoot
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