pub struct TimedOutProcess {
pub process_id: ProcessId,
pub process_name: String,
pub pid: u32,
}Fields§
§process_id: ProcessId§process_name: String§pid: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimedOutProcess
impl RefUnwindSafe for TimedOutProcess
impl Send for TimedOutProcess
impl Sync for TimedOutProcess
impl Unpin for TimedOutProcess
impl UnsafeUnpin for TimedOutProcess
impl UnwindSafe for TimedOutProcess
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