pub struct EnvOptions {
pub level: EnvLevel,
pub name: String,
pub value: String,
}
Expand description
configurations for working with env’s on windows.
Fields§
§level: EnvLevel
§name: String
§value: String
Auto Trait Implementations§
impl Freeze for EnvOptions
impl RefUnwindSafe for EnvOptions
impl Send for EnvOptions
impl Sync for EnvOptions
impl Unpin for EnvOptions
impl UnwindSafe for EnvOptions
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