pub enum Message {
Show 144 variants
ErrorPrefix,
InitializedBoardAt,
AlreadyInitialized,
Created,
NoBacklogItems,
Moved,
Reordered,
Updated,
NoChangesTo,
Archived,
Deleted,
CreatedSprint,
UpdatedSprint,
DeletedSprint,
StartedSprint,
ClosedSprint,
AssignedToSprint,
UnassignedFromSprint,
NoSprints,
DependencyAdded,
DependencyCycleWarning,
DependencyCycleWarningGeneric,
DependencyRemoved,
LinkAlreadyLinked,
LinkAdded,
LinkNoMatchingCommit,
LinkRemoved,
LinkNoNewCommits,
LinkCommitLinked,
LinkSummary,
DodUnset,
DodUpdated,
DodCleared,
DodNoCommonToClear,
MigrationCompleted,
MigrationBackendUpdated,
MigrationAlreadyUsing,
MigrationSqliteUnavailable,
WipLimitExceeded,
OrphanedItemsWarning,
RebalanceAlreadyBalanced,
RebalanceDryRun,
RebalanceCompleted,
InvalidCapacityOptions,
FailedToAction,
ShellParseError,
SprintAddRequiresItemOrStatus,
ErrorInvalidItemId,
ErrorInvalidRank,
ErrorInvalidAutomationPlan,
ErrorAutomationPlanSource,
ErrorUnknownStatus,
ErrorEmptyTitle,
ErrorInvalidSearchPattern,
ErrorInvalidFilterOption,
ErrorNothingToUpdate,
ErrorEmptyDod,
ErrorInvalidTemplateName,
ErrorTemplateNotFound,
ErrorTemplateUnreadable,
ErrorNotFound,
ErrorReferencedItem,
ErrorInvalidSprintId,
ErrorInvalidSprintState,
ErrorEmptySprintTitle,
ErrorEmptySprintGoal,
ErrorInvalidSprintTransition,
ErrorSprintNotFound,
ErrorSprintExists,
ErrorSprintClosed,
ErrorInvalidSprintPeriod,
ErrorInvalidDailyWorkHours,
ErrorInvalidDeductionFactor,
ErrorInvalidSprintHolidays,
ErrorSprintCapacityPeriodUnset,
ErrorSprintCapacityUnset,
ErrorSprintPeriodUnset,
ErrorSprintEmpty,
ErrorNotInSprint,
ErrorParentCycle,
ErrorNotInitialized,
ErrorIo,
ErrorParse,
ErrorMissingFrontmatter,
ErrorUnsupportedSqliteSchema,
ErrorSelfReference,
ErrorNotSibling,
ErrorTask,
ErrorGit,
ErrorEditorNotSet,
ErrorEditorLaunch,
ErrorEditorInvalid,
ErrorLocked,
AlreadyInInteractiveShell,
KanbanDetailsTitle,
KanbanPopupHints,
KanbanHelpTitle,
KanbanHelpEntries,
KanbanNoChanges,
KanbanEditorFailed,
KanbanEditFailed,
KanbanWipExceeded,
KanbanNoEditor,
KanbanKeyHints,
KanbanHelpHint,
KanbanHelpClearFilter,
KanbanAddTitlePrompt,
KanbanAddBodyPrompt,
KanbanAddParentPrompt,
KanbanAddDependenciesPrompt,
KanbanDependencyAddPrompt,
KanbanDependencyRemovePrompt,
KanbanEmptyTitle,
KanbanEmptyDependency,
KanbanDependencyAdded,
KanbanDependencyRemoved,
KanbanDependencyCycleWarning,
KanbanParentPrompt,
KanbanParentSet,
KanbanParentCleared,
KanbanActiveFilter,
KanbanActiveRegexFilter,
KanbanDependencyLegend,
KanbanColumnRange,
KanbanEmptyColumns,
KanbanQuitBody,
KanbanQuitPrompt,
KanbanNoBody,
KanbanNoSelection,
KanbanTerminalInitFailed,
EditGuidance,
AutomationCommandValid,
AutomationCommandInvalid,
AutomationCommandFailed,
AutomationCommandSkipped,
AutomationDryRunCompleted,
AutomationCompleted,
AutomationPartialFailure,
AutomationInvalidCommandArguments,
AutomationNotExecutedAfterFailure,
AutomationNotValidatedAfterFailure,
AutomationDryRunGitInitFailed,
AutomationDryRunWorkspaceUnavailable,
AutomationCommandExited,
}Expand description
Identifier for translatable UI messages.
Messages with values are resolved as Fluent variables.
Variants§
ErrorPrefix
InitializedBoardAt
AlreadyInitialized
Created
NoBacklogItems
Moved
Reordered
Updated
NoChangesTo
Archived
Deleted
CreatedSprint
UpdatedSprint
DeletedSprint
StartedSprint
ClosedSprint
AssignedToSprint
UnassignedFromSprint
NoSprints
DependencyAdded
DependencyCycleWarning
DependencyCycleWarningGeneric
DependencyRemoved
LinkAlreadyLinked
LinkAdded
LinkNoMatchingCommit
LinkRemoved
LinkNoNewCommits
LinkCommitLinked
LinkSummary
DodUnset
DodUpdated
DodCleared
DodNoCommonToClear
MigrationCompleted
MigrationBackendUpdated
MigrationAlreadyUsing
WipLimitExceeded
OrphanedItemsWarning
RebalanceAlreadyBalanced
RebalanceDryRun
RebalanceCompleted
InvalidCapacityOptions
FailedToAction
ShellParseError
SprintAddRequiresItemOrStatus
ErrorInvalidItemId
ErrorInvalidRank
ErrorInvalidAutomationPlan
ErrorAutomationPlanSource
ErrorUnknownStatus
ErrorEmptyTitle
ErrorInvalidSearchPattern
ErrorInvalidFilterOption
ErrorNothingToUpdate
ErrorEmptyDod
ErrorInvalidTemplateName
ErrorTemplateNotFound
ErrorTemplateUnreadable
ErrorNotFound
ErrorReferencedItem
ErrorInvalidSprintId
ErrorInvalidSprintState
ErrorEmptySprintTitle
ErrorEmptySprintGoal
ErrorInvalidSprintTransition
ErrorSprintNotFound
ErrorSprintExists
ErrorSprintClosed
ErrorInvalidSprintPeriod
ErrorInvalidDailyWorkHours
ErrorInvalidDeductionFactor
ErrorInvalidSprintHolidays
ErrorSprintCapacityPeriodUnset
ErrorSprintCapacityUnset
ErrorSprintPeriodUnset
ErrorSprintEmpty
ErrorNotInSprint
ErrorParentCycle
ErrorNotInitialized
ErrorIo
ErrorParse
ErrorMissingFrontmatter
ErrorUnsupportedSqliteSchema
ErrorSelfReference
ErrorNotSibling
ErrorTask
ErrorGit
ErrorEditorNotSet
ErrorEditorLaunch
ErrorEditorInvalid
ErrorLocked
AlreadyInInteractiveShell
KanbanDetailsTitle
KanbanPopupHints
KanbanHelpTitle
KanbanHelpEntries
KanbanNoChanges
KanbanEditorFailed
KanbanEditFailed
KanbanWipExceeded
KanbanNoEditor
KanbanKeyHints
KanbanHelpHint
KanbanHelpClearFilter
KanbanAddTitlePrompt
KanbanAddBodyPrompt
KanbanAddParentPrompt
KanbanAddDependenciesPrompt
KanbanDependencyAddPrompt
KanbanDependencyRemovePrompt
KanbanEmptyTitle
KanbanEmptyDependency
KanbanDependencyAdded
KanbanDependencyRemoved
KanbanDependencyCycleWarning
KanbanParentPrompt
KanbanParentSet
KanbanParentCleared
KanbanActiveFilter
KanbanActiveRegexFilter
KanbanDependencyLegend
KanbanColumnRange
KanbanEmptyColumns
KanbanQuitBody
KanbanQuitPrompt
KanbanNoBody
KanbanNoSelection
KanbanTerminalInitFailed
EditGuidance
AutomationCommandValid
AutomationCommandInvalid
AutomationCommandFailed
AutomationCommandSkipped
AutomationDryRunCompleted
AutomationCompleted
AutomationPartialFailure
AutomationInvalidCommandArguments
AutomationNotExecutedAfterFailure
AutomationNotValidatedAfterFailure
AutomationDryRunGitInitFailed
AutomationCommandExited
Trait Implementations§
impl Copy for Message
impl Eq for Message
impl StructuralPartialEq for Message
Auto Trait Implementations§
impl Freeze for Message
impl RefUnwindSafe for Message
impl Send for Message
impl Sync for Message
impl Unpin for Message
impl UnsafeUnpin for Message
impl UnwindSafe for Message
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<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more