pub struct Processes {
pub selection: ProcessSelection,
pub ps_path: Option<PathBuf>,
}Fields§
§selection: ProcessSelection§ps_path: Option<PathBuf>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Processes
impl RefUnwindSafe for Processes
impl Send for Processes
impl Sync for Processes
impl Unpin for Processes
impl UnwindSafe for Processes
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