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