pub struct EnvWrite;Expand description
Permission to modify or remove environment variables.
Trait Implementations§
impl Permission for EnvWrite
Auto Trait Implementations§
impl Freeze for EnvWrite
impl RefUnwindSafe for EnvWrite
impl Send for EnvWrite
impl Sync for EnvWrite
impl Unpin for EnvWrite
impl UnsafeUnpin for EnvWrite
impl UnwindSafe for EnvWrite
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