pub enum TaskEditFieldArg {
Show 23 variants
Title,
Description,
Status,
Priority,
Tags,
Scope,
Evidence,
Plan,
Notes,
Request,
DependsOn,
Blocks,
RelatesTo,
Duplicates,
CustomFields,
Agent,
CreatedAt,
UpdatedAt,
CompletedAt,
StartedAt,
ScheduledStart,
EstimatedMinutes,
ActualMinutes,
}Expand description
Task edit field argument for CLI.
Variants§
Title
Description
Status
Priority
Tags
Scope
Evidence
Plan
Notes
Request
DependsOn
Blocks
RelatesTo
Duplicates
CustomFields
Agent
CreatedAt
UpdatedAt
CompletedAt
StartedAt
ScheduledStart
EstimatedMinutes
ActualMinutes
Implementations§
Trait Implementations§
Source§impl Clone for TaskEditFieldArg
impl Clone for TaskEditFieldArg
Source§fn clone(&self) -> TaskEditFieldArg
fn clone(&self) -> TaskEditFieldArg
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 TaskEditFieldArg
impl Debug for TaskEditFieldArg
Source§impl From<TaskEditFieldArg> for TaskEditKey
impl From<TaskEditFieldArg> for TaskEditKey
Source§fn from(value: TaskEditFieldArg) -> Self
fn from(value: TaskEditFieldArg) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TaskEditFieldArg
impl PartialEq for TaskEditFieldArg
Source§impl ValueEnum for TaskEditFieldArg
impl ValueEnum for TaskEditFieldArg
impl Copy for TaskEditFieldArg
impl StructuralPartialEq for TaskEditFieldArg
Auto Trait Implementations§
impl Freeze for TaskEditFieldArg
impl RefUnwindSafe for TaskEditFieldArg
impl Send for TaskEditFieldArg
impl Sync for TaskEditFieldArg
impl Unpin for TaskEditFieldArg
impl UnsafeUnpin for TaskEditFieldArg
impl UnwindSafe for TaskEditFieldArg
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