pub struct RunNextOutput {
pub ticket_id: Option<String>,
pub messages: Vec<String>,
pub warnings: Vec<String>,
pub worker_pid: Option<u32>,
pub log_path: Option<PathBuf>,
}Fields§
§ticket_id: Option<String>§messages: Vec<String>§warnings: Vec<String>§worker_pid: Option<u32>§log_path: Option<PathBuf>Auto Trait Implementations§
impl Freeze for RunNextOutput
impl RefUnwindSafe for RunNextOutput
impl Send for RunNextOutput
impl Sync for RunNextOutput
impl Unpin for RunNextOutput
impl UnsafeUnpin for RunNextOutput
impl UnwindSafe for RunNextOutput
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