pub enum Language {
En,
Ja,
}Expand description
Supported languages
Variants§
Implementations§
Source§impl Language
impl Language
pub fn label(self) -> &'static str
pub fn status(self) -> &'static str
pub fn commits(self) -> &'static str
pub fn branches(self) -> &'static str
pub fn files(self) -> &'static str
pub fn stash(self) -> &'static str
pub fn main_summary(self) -> &'static str
pub fn main_diff(self) -> &'static str
pub fn main_branch_info(self) -> &'static str
pub fn main_file_diff(self) -> &'static str
pub fn main_stash_detail(self) -> &'static str
pub fn repo_label(self) -> &'static str
pub fn on_label(self) -> &'static str
pub fn file_heatmap(self) -> &'static str
pub fn activity_timeline(self) -> &'static str
pub fn code_ownership(self) -> &'static str
pub fn impact_scores(self) -> &'static str
pub fn branch_topology(self) -> &'static str
pub fn topology(self) -> &'static str
pub fn project_health(self) -> &'static str
pub fn change_coupling(self) -> &'static str
pub fn quality_scores(self) -> &'static str
pub fn quick_actions(self) -> &'static str
pub fn select_branch(self) -> &'static str
pub fn git_status(self) -> &'static str
pub fn quick_commit(self) -> &'static str
pub fn event_detail(self) -> &'static str
pub fn timeline(self) -> &'static str
pub fn file_history(self) -> &'static str
pub fn blame(self) -> &'static str
pub fn stash_overlay(self) -> &'static str
pub fn save_filter_preset(self) -> &'static str
pub fn help(self) -> &'static str
pub fn help_adaptive(self) -> &'static str
pub fn help_actions(self) -> &'static str
pub fn help_dashboard(self) -> &'static str
pub fn help_other(self) -> &'static str
pub fn help_move(self) -> &'static str
pub fn help_move_down(self) -> &'static str
pub fn help_move_up(self) -> &'static str
pub fn help_go_top(self) -> &'static str
pub fn help_go_bottom(self) -> &'static str
pub fn help_page_down(self) -> &'static str
pub fn help_page_up(self) -> &'static str
pub fn help_next_branch(self) -> &'static str
pub fn help_prev_branch(self) -> &'static str
pub fn help_show_detail(self) -> &'static str
pub fn help_filter(self) -> &'static str
pub fn help_branch_select(self) -> &'static str
pub fn help_status_view(self) -> &'static str
pub fn help_stash_list(self) -> &'static str
pub fn help_stash_save(self) -> &'static str
pub fn help_switch_panel(self) -> &'static str
pub fn help_toggle_focus(self) -> &'static str
pub fn help_focus_side_main(self) -> &'static str
pub fn help_fetch_remote(self) -> &'static str
pub fn help_cycle_view(self) -> &'static str
pub fn help_toggle_summary(self) -> &'static str
pub fn help_branch_topology(self) -> &'static str
pub fn help_toggle_help(self) -> &'static str
pub fn help_quit(self) -> &'static str
pub fn help_top_bottom(self) -> &'static str
pub fn help_detail(self) -> &'static str
pub fn help_branch_status(self) -> &'static str
pub fn help_view_summary(self) -> &'static str
pub fn help_help_quit(self) -> &'static str
pub fn help_up_down(self) -> &'static str
pub fn help_top_bottom_full(self) -> &'static str
pub fn help_page_dn_up(self) -> &'static str
pub fn help_next_prev_branch(self) -> &'static str
pub fn help_branch(self) -> &'static str
pub fn help_status(self) -> &'static str
pub fn help_stash_save_short(self) -> &'static str
pub fn help_fetch(self) -> &'static str
pub fn help_topology(self) -> &'static str
pub fn quick_risk_summary(self) -> &'static str
pub fn quick_review_pack(self) -> &'static str
pub fn quick_next_actions(self) -> &'static str
pub fn quick_verify(self) -> &'static str
pub fn quick_timeline(self) -> &'static str
pub fn quick_ownership(self) -> &'static str
pub fn quick_impact_score(self) -> &'static str
pub fn quick_change_coupling(self) -> &'static str
pub fn quick_quality_score(self) -> &'static str
pub fn quick_heatmap(self) -> &'static str
pub fn health_overall_score(self) -> &'static str
pub fn health_score_breakdown(self) -> &'static str
pub fn health_quality(self) -> &'static str
pub fn health_test(self) -> &'static str
pub fn health_bus_factor(self) -> &'static str
pub fn health_tech_debt(self) -> &'static str
pub fn health_code_churn(self) -> &'static str
pub fn health_commit_cadence(self) -> &'static str
pub fn health_alerts(self) -> &'static str
pub fn health_commits(self) -> &'static str
pub fn health_period(self) -> &'static str
pub fn health_confidence(self) -> &'static str
pub fn health_days(self) -> &'static str
pub fn health_score_label(self) -> &'static str
pub fn confidence_high(self) -> &'static str
pub fn confidence_medium(self) -> &'static str
pub fn confidence_low(self) -> &'static str
pub fn alert_low_commit_quality(self) -> &'static str
pub fn alert_low_test_coverage(self) -> &'static str
pub fn alert_high_bus_factor_risk(self) -> &'static str
pub fn alert_moderate_bus_factor_risk(self) -> &'static str
pub fn alert_high_tech_debt(self) -> &'static str
pub fn alert_high_code_churn(self) -> &'static str
pub fn quick_handoff_claude(self) -> &'static str
pub fn quick_handoff_codex(self) -> &'static str
pub fn quick_handoff_copilot(self) -> &'static str
pub fn status_fetching(self) -> &'static str
pub fn status_fetched(self) -> &'static str
pub fn status_fetch_failed(self) -> &'static str
pub fn status_fetch_thread_crashed(self) -> &'static str
pub fn status_stashed(self) -> &'static str
pub fn status_stash_failed(self) -> &'static str
pub fn status_copied(self) -> &'static str
pub fn status_copy_failed(self) -> &'static str
pub fn status_quick_action_failed(self) -> &'static str
pub fn status_switched_to(self) -> &'static str
pub fn status_checkout_failed(self) -> &'static str
pub fn status_deleted_branch(self) -> &'static str
pub fn status_delete_failed(self) -> &'static str
pub fn status_created_branch(self) -> &'static str
pub fn status_create_failed(self) -> &'static str
pub fn status_all_staged(self) -> &'static str
pub fn status_all_unstaged(self) -> &'static str
pub fn status_no_staged_files(self) -> &'static str
pub fn status_pulling(self) -> &'static str
pub fn status_pulled(self) -> &'static str
pub fn status_pull_failed(self) -> &'static str
pub fn status_pushed(self) -> &'static str
pub fn status_push_failed(self) -> &'static str
pub fn status_committed(self) -> &'static str
pub fn status_commit_failed(self) -> &'static str
pub fn status_compare_failed(self) -> &'static str
pub fn status_applied_stash(self) -> &'static str
pub fn status_apply_failed(self) -> &'static str
pub fn status_popped_stash(self) -> &'static str
pub fn status_pop_failed(self) -> &'static str
pub fn status_dropped_stash(self) -> &'static str
pub fn status_drop_failed(self) -> &'static str
pub fn status_error(self) -> &'static str
pub fn error_not_found(self) -> &'static str
pub fn error_permission_denied(self) -> &'static str
pub fn error_connection_refused(self) -> &'static str
pub fn error_connection_timeout(self) -> &'static str
pub fn error_auth_failed(self) -> &'static str
pub fn error_merge_conflict(self) -> &'static str
pub fn error_dirty_worktree(self) -> &'static str
pub fn error_branch_not_found(self) -> &'static str
pub fn error_branch_already_exists(self) -> &'static str
pub fn error_not_a_repo(self) -> &'static str
pub fn cli_analysis_cache_cleared(self) -> &'static str
pub fn cli_metrics_reset(self) -> &'static str
pub fn cli_help_title(self) -> &'static str
pub fn cli_help_usage(self) -> &'static str
pub fn cli_help_analysis_options(self) -> &'static str
pub fn cli_help_format_options(self) -> &'static str
pub fn cli_help_tui_options(self) -> &'static str
pub fn cli_help_general_options(self) -> &'static str
pub fn cli_help_no_options(self) -> &'static str
pub fn cli_help_examples(self) -> &'static str
pub fn event_commit(self) -> &'static str
pub fn event_merge(self) -> &'static str
pub fn event_branch_switch(self) -> &'static str
pub fn detail_type(self) -> &'static str
pub fn detail_hash(self) -> &'static str
pub fn detail_message(self) -> &'static str
pub fn detail_time(self) -> &'static str
pub fn loading_file_changes(self) -> &'static str
pub fn no_changes(self) -> &'static str
pub fn commit_message_label(self) -> &'static str
pub fn commit_suggestions(self) -> &'static str
pub fn help_act_short(self) -> &'static str
pub fn help_etc_short(self) -> &'static str
pub fn help_scroll_diff_h(self) -> &'static str
pub fn loading_topology(self) -> &'static str
pub fn loading_statistics(self) -> &'static str
pub fn loading_heatmap(self) -> &'static str
pub fn loading_timeline(self) -> &'static str
pub fn loading_history(self) -> &'static str
pub fn loading_blame(self) -> &'static str
pub fn loading_ownership(self) -> &'static str
pub fn loading_impact_scores(self) -> &'static str
pub fn loading_change_coupling(self) -> &'static str
pub fn loading_quality_scores(self) -> &'static str
pub fn loading_health(self) -> &'static str
pub fn loading_diff(self) -> &'static str
pub fn header_commits(self) -> &'static str
pub fn header_plus_lines(self) -> &'static str
pub fn header_minus_lines(self) -> &'static str
pub fn header_file(self) -> &'static str
pub fn header_changes(self) -> &'static str
pub fn header_heat(self) -> &'static str
pub fn header_hash(self) -> &'static str
pub fn header_date(self) -> &'static str
pub fn header_message(self) -> &'static str
pub fn header_msg_short(self) -> &'static str
pub fn header_score(self) -> &'static str
pub fn header_score_short(self) -> &'static str
pub fn header_path(self) -> &'static str
pub fn header_owner(self) -> &'static str
pub fn header_coupling(self) -> &'static str
pub fn header_coupled_with(self) -> &'static str
pub fn hint_move(self) -> &'static str
pub fn hint_filter(self) -> &'static str
pub fn hint_close(self) -> &'static str
pub fn hint_checkout(self) -> &'static str
pub fn hint_show_diff(self) -> &'static str
pub fn hint_scroll(self) -> &'static str
pub fn hint_show_commit(self) -> &'static str
pub fn hint_detail(self) -> &'static str
pub fn hint_export(self) -> &'static str
pub fn hint_switch(self) -> &'static str
pub fn hint_save(self) -> &'static str
pub fn hint_cancel(self) -> &'static str
pub fn hint_apply(self) -> &'static str
pub fn hint_pop(self) -> &'static str
pub fn hint_drop(self) -> &'static str
pub fn topology_issues(self) -> &'static str
pub fn topology_healthy(self) -> &'static str
pub fn topology_branches_count(self) -> &'static str
pub fn topology_stale(self) -> &'static str
pub fn topology_long(self) -> &'static str
pub fn topology_behind(self) -> &'static str
pub fn topology_div(self) -> &'static str
pub fn stash_list_label(self) -> &'static str
pub fn no_stashes(self) -> &'static str
pub fn no_commits(self) -> &'static str
pub fn files_changed_together(self) -> &'static str
pub fn compare_ahead(self) -> &'static str
pub fn compare_behind(self) -> &'static str
pub fn save_filter_title(self) -> &'static str
pub fn filter_label(self) -> &'static str
pub fn select_slot(self) -> &'static str
pub fn name_label(self) -> &'static str
pub fn preset_label(self) -> &'static str
pub fn overwrite(self) -> &'static str
pub fn empty_slot(self) -> &'static str
pub fn no_commit_selected(self) -> &'static str
pub fn repository_summary(self) -> &'static str
pub fn dashboard_name(self) -> &'static str
pub fn dashboard_branch(self) -> &'static str
pub fn dashboard_commits(self) -> &'static str
pub fn dashboard_branches(self) -> &'static str
pub fn dashboard_stashes(self) -> &'static str
pub fn file_changes(self) -> &'static str
pub fn staged_label(self) -> &'static str
pub fn modified_label(self) -> &'static str
pub fn deleted_label(self) -> &'static str
pub fn untracked_label(self) -> &'static str
pub fn project_health_title(self) -> &'static str
pub fn recent_commits(self) -> &'static str
pub fn branch_info(self) -> &'static str
pub fn branch_name_label(self) -> &'static str
pub fn current_branch_label(self) -> &'static str
pub fn gone_label(self) -> &'static str
pub fn status_label(self) -> &'static str
pub fn active_label(self) -> &'static str
pub fn commits_label(self) -> &'static str
pub fn ahead_label(self) -> &'static str
pub fn behind_label(self) -> &'static str
pub fn health_warnings(self) -> &'static str
pub fn no_branch_selected(self) -> &'static str
pub fn branch_recommendations(self) -> &'static str
pub fn file_detail_title(self) -> &'static str
pub fn file_staged_new(self) -> &'static str
pub fn file_staged_modified(self) -> &'static str
pub fn file_staged_deleted(self) -> &'static str
pub fn file_modified(self) -> &'static str
pub fn file_deleted(self) -> &'static str
pub fn file_untracked(self) -> &'static str
pub fn path_label(self) -> &'static str
pub fn diff_label(self) -> &'static str
pub fn no_diff_available(self) -> &'static str
pub fn no_file_selected(self) -> &'static str
pub fn no_stash_entries(self) -> &'static str
pub fn stash_detail_title(self) -> &'static str
pub fn stash_total(self) -> &'static str
pub fn stash_current(self) -> &'static str
pub fn stash_index(self) -> &'static str
pub fn all_stashes(self) -> &'static str
pub fn stash_entries(self) -> &'static str
pub fn files_changed(self) -> &'static str
pub fn total_label(self) -> &'static str
pub fn peak_label(self) -> &'static str
pub fn watch_mode_on(self) -> &'static str
pub fn watch_mode_enabled(self) -> &'static str
pub fn watch_mode_disabled(self) -> &'static str
pub fn risk_label(self) -> &'static str
pub fn risk_low(self) -> &'static str
pub fn risk_medium(self) -> &'static str
pub fn risk_high(self) -> &'static str
pub fn intent_feature(self) -> &'static str
pub fn intent_fix(self) -> &'static str
pub fn intent_refactor(self) -> &'static str
pub fn intent_docs(self) -> &'static str
pub fn intent_test(self) -> &'static str
pub fn intent_chore(self) -> &'static str
pub fn intent_unknown(self) -> &'static str
pub fn session_label(self) -> &'static str
pub fn session_commits(self) -> &'static str
pub fn session_separator(self) -> &'static str
pub fn pr_create_title(self) -> &'static str
pub fn pr_title_label(self) -> &'static str
pub fn pr_body_label(self) -> &'static str
pub fn pr_base_label(self) -> &'static str
pub fn pr_create_success(self) -> &'static str
pub fn pr_create_failed(self) -> &'static str
pub fn pr_gh_not_available(self) -> &'static str
pub fn pr_switch_field(self) -> &'static str
pub fn pr_submit(self) -> &'static str
pub fn review_queue_title(self) -> &'static str
pub fn review_pending(self) -> &'static str
pub fn review_approved(self) -> &'static str
pub fn review_rejected(self) -> &'static str
pub fn review_no_items(self) -> &'static str
pub fn review_approve_key(self) -> &'static str
pub fn review_reject_key(self) -> &'static str
pub fn review_pending_badge(self) -> &'static str
pub fn staging_group_title(self) -> &'static str
pub fn staging_suggest(self) -> &'static str
pub fn staging_no_groups(self) -> &'static str
pub fn split_suggestion_title(self) -> &'static str
pub fn split_no_suggestion(self) -> &'static str
pub fn help_watch_mode(self) -> &'static str
pub fn help_pr_create(self) -> &'static str
pub fn help_review_queue(self) -> &'static str
pub fn help_smart_staging(self) -> &'static str
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Language
impl<'de> Deserialize<'de> for Language
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Language
impl Eq for Language
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl Freeze for Language
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnsafeUnpin for Language
impl UnwindSafe for Language
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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