pub struct InstalledAppInfo {
pub bundle_id: String,
pub path: String,
pub executable: String,
pub container: Option<String>,
}Fields§
§bundle_id: String§path: String§executable: String§container: Option<String>Trait Implementations§
Source§impl Clone for InstalledAppInfo
impl Clone for InstalledAppInfo
Source§fn clone(&self) -> InstalledAppInfo
fn clone(&self) -> InstalledAppInfo
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 InstalledAppInfo
impl Debug for InstalledAppInfo
Source§impl PartialEq for InstalledAppInfo
impl PartialEq for InstalledAppInfo
Source§fn eq(&self, other: &InstalledAppInfo) -> bool
fn eq(&self, other: &InstalledAppInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InstalledAppInfo
impl StructuralPartialEq for InstalledAppInfo
Auto Trait Implementations§
impl Freeze for InstalledAppInfo
impl RefUnwindSafe for InstalledAppInfo
impl Send for InstalledAppInfo
impl Sync for InstalledAppInfo
impl Unpin for InstalledAppInfo
impl UnsafeUnpin for InstalledAppInfo
impl UnwindSafe for InstalledAppInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.