pub enum EnvLevel {
User,
Machine,
}
Expand description
Env level implementation for windows.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvLevel
impl RefUnwindSafe for EnvLevel
impl Send for EnvLevel
impl Sync for EnvLevel
impl Unpin for EnvLevel
impl UnwindSafe for EnvLevel
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