pub struct EnvInfo {
pub rust_info: RustInfo,
pub crate_info: CrateInfo,
pub git_info: GitInfo,
pub ci_info: CiInfo,
}
Expand description
Holds env information
Fields
rust_info: RustInfo
Rust info
crate_info: CrateInfo
Crate info
git_info: GitInfo
Git info
ci_info: CiInfo
CI info
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EnvInfo
impl Send for EnvInfo
impl Sync for EnvInfo
impl Unpin for EnvInfo
impl UnwindSafe for EnvInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more