pub struct AppInfo {
pub version: &'static str,
pub target: &'static str,
pub profile: &'static str,
pub features: &'static [&'static str],
pub rustc: &'static str,
pub config_path: PathBuf,
pub log_path: PathBuf,
}Fields§
§version: &'static str§target: &'static str§profile: &'static str§features: &'static [&'static str]§rustc: &'static str§config_path: PathBuf§log_path: PathBufTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AppInfo
impl Send for AppInfo
impl Sync for AppInfo
impl Unpin for AppInfo
impl UnwindSafe for AppInfo
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