Struct cross_socket_deps::setup::AppInfo
source · pub struct AppInfo {
pub display_name: String,
pub display_version: String,
pub uninstall_string: String,
}Expand description
Application information on system
Fields§
§display_name: String§display_version: String§uninstall_string: StringTrait 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