pub struct PersistentRun {
pub startup: PersistentStartup,
pub process: PersistentProcess,
}Expand description
Result of starting a persistent process.
Fields§
§startup: PersistentStartupStartup output captured while waiting for readiness.
process: PersistentProcessRunning persistent process handle.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PersistentRun
impl !UnwindSafe for PersistentRun
impl Freeze for PersistentRun
impl Send for PersistentRun
impl Sync for PersistentRun
impl Unpin for PersistentRun
impl UnsafeUnpin for PersistentRun
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