pub struct AppInfo {
pub bundle_id: String,
pub display_name: String,
pub version: String,
pub app_type: String,
pub path: String,
pub extra: HashMap<String, Value>,
}Expand description
Summary of an installed app.
Fields§
§bundle_id: String§display_name: String§version: String§app_type: String§path: String§extra: HashMap<String, Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppInfo
impl RefUnwindSafe for AppInfo
impl Send for AppInfo
impl Sync for AppInfo
impl Unpin for AppInfo
impl UnsafeUnpin 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