pub struct AppInfoReport {
pub apps: Vec<AppInfo>,
pub warnings: Vec<AppInfoWarning>,
}Expand description
Installed applications plus per-entry diagnostics.
Fields§
§apps: Vec<AppInfo>§warnings: Vec<AppInfoWarning>Trait Implementations§
Source§impl Clone for AppInfoReport
impl Clone for AppInfoReport
Source§fn clone(&self) -> AppInfoReport
fn clone(&self) -> AppInfoReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppInfoReport
impl Debug for AppInfoReport
Source§impl Default for AppInfoReport
impl Default for AppInfoReport
Source§fn default() -> AppInfoReport
fn default() -> AppInfoReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AppInfoReport
impl RefUnwindSafe for AppInfoReport
impl Send for AppInfoReport
impl Sync for AppInfoReport
impl Unpin for AppInfoReport
impl UnsafeUnpin for AppInfoReport
impl UnwindSafe for AppInfoReport
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