pub struct ResumeTarget {
pub zig_session_id: String,
pub workflow_name: String,
pub zag_session_id: String,
pub log_path: PathBuf,
}Expand description
Resolved target for resumption.
Fields§
§zig_session_id: String§workflow_name: String§zag_session_id: String§log_path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResumeTarget
impl RefUnwindSafe for ResumeTarget
impl Send for ResumeTarget
impl Sync for ResumeTarget
impl Unpin for ResumeTarget
impl UnsafeUnpin for ResumeTarget
impl UnwindSafe for ResumeTarget
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