pub struct AppRow {
pub app_name: String,
pub pid: i32,
pub bundle_id: String,
}Fields§
§app_name: String§pid: i32§bundle_id: StringImplementations§
Trait Implementations§
impl Eq for AppRow
impl StructuralPartialEq for AppRow
Auto Trait Implementations§
impl Freeze for AppRow
impl RefUnwindSafe for AppRow
impl Send for AppRow
impl Sync for AppRow
impl Unpin for AppRow
impl UnsafeUnpin for AppRow
impl UnwindSafe for AppRow
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