pub enum WorkflowKind {
Plain,
Zipped,
}Expand description
File kind on disk — either a plain .zwf TOML file or a zipped .zwfz
archive. Determines how the binary stages the workflow for editing and how
it writes it back when the agent session ends.
Variants§
Trait Implementations§
Source§impl Clone for WorkflowKind
impl Clone for WorkflowKind
Source§fn clone(&self) -> WorkflowKind
fn clone(&self) -> WorkflowKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkflowKind
impl Debug for WorkflowKind
Source§impl PartialEq for WorkflowKind
impl PartialEq for WorkflowKind
Source§impl Serialize for WorkflowKind
impl Serialize for WorkflowKind
impl Copy for WorkflowKind
impl Eq for WorkflowKind
impl StructuralPartialEq for WorkflowKind
Auto Trait Implementations§
impl Freeze for WorkflowKind
impl RefUnwindSafe for WorkflowKind
impl Send for WorkflowKind
impl Sync for WorkflowKind
impl Unpin for WorkflowKind
impl UnsafeUnpin for WorkflowKind
impl UnwindSafe for WorkflowKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.