pub struct AppInfo {
pub name: String,
pub version: String,
pub publisher: String,
}Expand description
Display information collected from uninstall registry entries.
Fields§
§name: StringApplication display name.
version: StringApplication version string, if the registry entry exposes one.
publisher: StringPublisher string, if the registry entry exposes one.
Trait Implementations§
impl Eq for AppInfo
impl StructuralPartialEq for AppInfo
Auto Trait Implementations§
impl Freeze for AppInfo
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