pub struct EnvUtil;Expand description
环境变量工具类
Implementations§
Auto Trait Implementations§
impl Freeze for EnvUtil
impl RefUnwindSafe for EnvUtil
impl Send for EnvUtil
impl Sync for EnvUtil
impl Unpin for EnvUtil
impl UnwindSafe for EnvUtil
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