pub struct ContinueOptions {
pub workflow: Option<String>,
pub session: Option<String>,
}Expand description
Options for zig continue.
Fields§
§workflow: Option<String>Filter the most-recent lookup to a specific workflow name.
session: Option<String>Resume a specific zig session id (full UUID or unique prefix).
Auto Trait Implementations§
impl Freeze for ContinueOptions
impl RefUnwindSafe for ContinueOptions
impl Send for ContinueOptions
impl Sync for ContinueOptions
impl Unpin for ContinueOptions
impl UnsafeUnpin for ContinueOptions
impl UnwindSafe for ContinueOptions
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