Skip to main content

Language

Enum Language 

Source
pub enum Language {
    En,
    Ja,
}
Expand description

Supported languages

Variants§

§

En

§

Ja

Implementations§

Source§

impl Language

Source

pub fn toggle(self) -> Self

Toggle the language

Source

pub fn health_scroll_close_quit( self, ) -> (&'static str, &'static str, &'static str)

Source§

impl Language

Source

pub fn label(self) -> &'static str

Source

pub fn status(self) -> &'static str

Source

pub fn commits(self) -> &'static str

Source

pub fn branches(self) -> &'static str

Source

pub fn files(self) -> &'static str

Source

pub fn stash(self) -> &'static str

Source

pub fn main_summary(self) -> &'static str

Source

pub fn main_diff(self) -> &'static str

Source

pub fn main_branch_info(self) -> &'static str

Source

pub fn main_file_diff(self) -> &'static str

Source

pub fn main_stash_detail(self) -> &'static str

Source

pub fn repo_label(self) -> &'static str

Source

pub fn on_label(self) -> &'static str

Source

pub fn author_stats(self) -> &'static str

Source

pub fn file_heatmap(self) -> &'static str

Source

pub fn activity_timeline(self) -> &'static str

Source

pub fn code_ownership(self) -> &'static str

Source

pub fn impact_scores(self) -> &'static str

Source

pub fn branch_topology(self) -> &'static str

Source

pub fn topology(self) -> &'static str

Source

pub fn project_health(self) -> &'static str

Source

pub fn change_coupling(self) -> &'static str

Source

pub fn quality_scores(self) -> &'static str

Source

pub fn quick_actions(self) -> &'static str

Source

pub fn select_branch(self) -> &'static str

Source

pub fn git_status(self) -> &'static str

Source

pub fn quick_commit(self) -> &'static str

Source

pub fn event_detail(self) -> &'static str

Source

pub fn timeline(self) -> &'static str

Source

pub fn file_history(self) -> &'static str

Source

pub fn blame(self) -> &'static str

Source

pub fn stash_overlay(self) -> &'static str

Source

pub fn related(self) -> &'static str

Source

pub fn save_filter_preset(self) -> &'static str

Source

pub fn help(self) -> &'static str

Source

pub fn help_adaptive(self) -> &'static str

Source

pub fn help_navigation(self) -> &'static str

Source

pub fn help_actions(self) -> &'static str

Source

pub fn help_dashboard(self) -> &'static str

Source

pub fn help_other(self) -> &'static str

Source

pub fn help_move(self) -> &'static str

Source

pub fn help_move_down(self) -> &'static str

Source

pub fn help_move_up(self) -> &'static str

Source

pub fn help_go_top(self) -> &'static str

Source

pub fn help_go_bottom(self) -> &'static str

Source

pub fn help_page_down(self) -> &'static str

Source

pub fn help_page_up(self) -> &'static str

Source

pub fn help_next_branch(self) -> &'static str

Source

pub fn help_prev_branch(self) -> &'static str

Source

pub fn help_show_detail(self) -> &'static str

Source

pub fn help_filter(self) -> &'static str

Source

pub fn help_branch_select(self) -> &'static str

Source

pub fn help_status_view(self) -> &'static str

Source

pub fn help_stash_list(self) -> &'static str

Source

pub fn help_stash_save(self) -> &'static str

Source

pub fn help_switch_panel(self) -> &'static str

Source

pub fn help_toggle_focus(self) -> &'static str

Source

pub fn help_focus_side_main(self) -> &'static str

Source

pub fn help_fetch_remote(self) -> &'static str

Source

pub fn help_cycle_view(self) -> &'static str

Source

pub fn help_toggle_summary(self) -> &'static str

Source

pub fn help_branch_topology(self) -> &'static str

Source

pub fn help_toggle_help(self) -> &'static str

Source

pub fn help_quit(self) -> &'static str

Source

pub fn help_top_bottom(self) -> &'static str

Source

pub fn help_detail(self) -> &'static str

Source

pub fn help_branch_status(self) -> &'static str

Source

pub fn help_view_summary(self) -> &'static str

Source

pub fn help_help_quit(self) -> &'static str

Source

pub fn help_up_down(self) -> &'static str

Source

pub fn help_top_bottom_full(self) -> &'static str

Source

pub fn help_page_dn_up(self) -> &'static str

Source

pub fn help_next_prev_branch(self) -> &'static str

Source

pub fn help_branch(self) -> &'static str

Source

pub fn help_status(self) -> &'static str

Source

pub fn help_stash_save_short(self) -> &'static str

Source

pub fn help_fetch(self) -> &'static str

Source

pub fn help_topology(self) -> &'static str

Source

pub fn footer_health(self) -> &'static str

Source

pub fn footer_authors(self) -> &'static str

Source

pub fn footer_heatmap(self) -> &'static str

Source

pub fn footer_detail(self) -> &'static str

Source

pub fn footer_copy_hash(self) -> &'static str

Source

pub fn footer_filter(self) -> &'static str

Source

pub fn footer_switch(self) -> &'static str

Source

pub fn footer_new(self) -> &'static str

Source

pub fn footer_delete(self) -> &'static str

Source

pub fn footer_diff(self) -> &'static str

Source

pub fn footer_stage_all(self) -> &'static str

Source

pub fn footer_commit(self) -> &'static str

Source

pub fn footer_apply(self) -> &'static str

Source

pub fn footer_drop(self) -> &'static str

Source

pub fn footer_panel(self) -> &'static str

Source

pub fn footer_focus(self) -> &'static str

Source

pub fn footer_actions(self) -> &'static str

Source

pub fn footer_help(self) -> &'static str

Source

pub fn footer_quit(self) -> &'static str

Source

pub fn footer_lang(self) -> &'static str

Source

pub fn footer_watch(self) -> &'static str

Source

pub fn footer_pr(self) -> &'static str

Source

pub fn footer_review(self) -> &'static str

Source

pub fn footer_quick_action(self) -> &'static str

Source

pub fn quick_risk_summary(self) -> &'static str

Source

pub fn quick_review_pack(self) -> &'static str

Source

pub fn quick_next_actions(self) -> &'static str

Source

pub fn quick_verify(self) -> &'static str

Source

pub fn quick_timeline(self) -> &'static str

Source

pub fn quick_ownership(self) -> &'static str

Source

pub fn quick_impact_score(self) -> &'static str

Source

pub fn quick_change_coupling(self) -> &'static str

Source

pub fn quick_quality_score(self) -> &'static str

Source

pub fn quick_author_stats(self) -> &'static str

Source

pub fn quick_heatmap(self) -> &'static str

Source

pub fn health_overall_score(self) -> &'static str

Source

pub fn health_score_breakdown(self) -> &'static str

Source

pub fn health_quality(self) -> &'static str

Source

pub fn health_test(self) -> &'static str

Source

pub fn health_bus_factor(self) -> &'static str

Source

pub fn health_tech_debt(self) -> &'static str

Source

pub fn health_code_churn(self) -> &'static str

Source

pub fn health_commit_cadence(self) -> &'static str

Source

pub fn health_alerts(self) -> &'static str

Source

pub fn health_commits(self) -> &'static str

Source

pub fn health_authors(self) -> &'static str

Source

pub fn health_period(self) -> &'static str

Source

pub fn health_confidence(self) -> &'static str

Source

pub fn health_days(self) -> &'static str

Source

pub fn health_score_label(self) -> &'static str

Source

pub fn confidence_high(self) -> &'static str

Source

pub fn confidence_medium(self) -> &'static str

Source

pub fn confidence_low(self) -> &'static str

Source

pub fn alert_low_commit_quality(self) -> &'static str

Source

pub fn alert_low_test_coverage(self) -> &'static str

Source

pub fn alert_high_bus_factor_risk(self) -> &'static str

Source

pub fn alert_moderate_bus_factor_risk(self) -> &'static str

Source

pub fn alert_high_tech_debt(self) -> &'static str

Source

pub fn alert_high_code_churn(self) -> &'static str

Source

pub fn quick_handoff_claude(self) -> &'static str

Source

pub fn quick_handoff_codex(self) -> &'static str

Source

pub fn quick_handoff_copilot(self) -> &'static str

Source

pub fn status_fetching(self) -> &'static str

Source

pub fn status_fetched(self) -> &'static str

Source

pub fn status_fetch_failed(self) -> &'static str

Source

pub fn status_fetch_thread_crashed(self) -> &'static str

Source

pub fn status_stashed(self) -> &'static str

Source

pub fn status_stash_failed(self) -> &'static str

Source

pub fn status_copied(self) -> &'static str

Source

pub fn status_copy_failed(self) -> &'static str

Source

pub fn status_clipboard_unavailable(self) -> &'static str

Source

pub fn status_quick_action_failed(self) -> &'static str

Source

pub fn status_switched_to(self) -> &'static str

Source

pub fn status_checkout_failed(self) -> &'static str

Source

pub fn status_deleted_branch(self) -> &'static str

Source

pub fn status_delete_failed(self) -> &'static str

Source

pub fn status_created_branch(self) -> &'static str

Source

pub fn status_create_failed(self) -> &'static str

Source

pub fn status_all_staged(self) -> &'static str

Source

pub fn status_all_unstaged(self) -> &'static str

Source

pub fn status_no_staged_files(self) -> &'static str

Source

pub fn status_pulling(self) -> &'static str

Source

pub fn status_pulled(self) -> &'static str

Source

pub fn status_pull_failed(self) -> &'static str

Source

pub fn status_pushed(self) -> &'static str

Source

pub fn status_push_failed(self) -> &'static str

Source

pub fn status_committed(self) -> &'static str

Source

pub fn status_commit_failed(self) -> &'static str

Source

pub fn status_compare_failed(self) -> &'static str

Source

pub fn status_applied_stash(self) -> &'static str

Source

pub fn status_apply_failed(self) -> &'static str

Source

pub fn status_popped_stash(self) -> &'static str

Source

pub fn status_pop_failed(self) -> &'static str

Source

pub fn status_dropped_stash(self) -> &'static str

Source

pub fn status_drop_failed(self) -> &'static str

Source

pub fn status_error(self) -> &'static str

Source

pub fn error_not_found(self) -> &'static str

Source

pub fn error_permission_denied(self) -> &'static str

Source

pub fn error_connection_refused(self) -> &'static str

Source

pub fn error_connection_timeout(self) -> &'static str

Source

pub fn error_auth_failed(self) -> &'static str

Source

pub fn error_merge_conflict(self) -> &'static str

Source

pub fn error_dirty_worktree(self) -> &'static str

Source

pub fn error_branch_not_found(self) -> &'static str

Source

pub fn error_branch_already_exists(self) -> &'static str

Source

pub fn error_not_a_repo(self) -> &'static str

Source

pub fn cli_analysis_cache_cleared(self) -> &'static str

Source

pub fn cli_metrics_reset(self) -> &'static str

Source

pub fn cli_help_title(self) -> &'static str

Source

pub fn cli_help_usage(self) -> &'static str

Source

pub fn cli_help_analysis_options(self) -> &'static str

Source

pub fn cli_help_format_options(self) -> &'static str

Source

pub fn cli_help_tui_options(self) -> &'static str

Source

pub fn cli_help_general_options(self) -> &'static str

Source

pub fn cli_help_no_options(self) -> &'static str

Source

pub fn cli_help_examples(self) -> &'static str

Source

pub fn event_commit(self) -> &'static str

Source

pub fn event_merge(self) -> &'static str

Source

pub fn event_branch_switch(self) -> &'static str

Source

pub fn detail_type(self) -> &'static str

Source

pub fn detail_hash(self) -> &'static str

Source

pub fn detail_message(self) -> &'static str

Source

pub fn detail_author(self) -> &'static str

Source

pub fn detail_time(self) -> &'static str

Source

pub fn loading_file_changes(self) -> &'static str

Source

pub fn no_changes(self) -> &'static str

Source

pub fn commit_message_label(self) -> &'static str

Source

pub fn commit_suggestions(self) -> &'static str

Source

pub fn help_nav_short(self) -> &'static str

Source

pub fn help_act_short(self) -> &'static str

Source

pub fn help_etc_short(self) -> &'static str

Source

pub fn help_scroll_diff_h(self) -> &'static str

Source

pub fn loading_topology(self) -> &'static str

Source

pub fn loading_statistics(self) -> &'static str

Source

pub fn loading_heatmap(self) -> &'static str

Source

pub fn loading_timeline(self) -> &'static str

Source

pub fn loading_history(self) -> &'static str

Source

pub fn loading_blame(self) -> &'static str

Source

pub fn loading_ownership(self) -> &'static str

Source

pub fn loading_impact_scores(self) -> &'static str

Source

pub fn loading_change_coupling(self) -> &'static str

Source

pub fn loading_quality_scores(self) -> &'static str

Source

pub fn loading_health(self) -> &'static str

Source

pub fn loading_diff(self) -> &'static str

Source

pub fn header_author(self) -> &'static str

Source

pub fn header_commits(self) -> &'static str

Source

pub fn header_plus_lines(self) -> &'static str

Source

pub fn header_minus_lines(self) -> &'static str

Source

pub fn header_file(self) -> &'static str

Source

pub fn header_changes(self) -> &'static str

Source

pub fn header_heat(self) -> &'static str

Source

pub fn header_hash(self) -> &'static str

Source

pub fn header_date(self) -> &'static str

Source

pub fn header_message(self) -> &'static str

Source

pub fn header_msg_short(self) -> &'static str

Source

pub fn header_score(self) -> &'static str

Source

pub fn header_score_short(self) -> &'static str

Source

pub fn header_path(self) -> &'static str

Source

pub fn header_owner(self) -> &'static str

Source

pub fn header_coupling(self) -> &'static str

Source

pub fn header_coupled_with(self) -> &'static str

Source

pub fn hint_move(self) -> &'static str

Source

pub fn hint_filter(self) -> &'static str

Source

pub fn hint_close(self) -> &'static str

Source

pub fn hint_checkout(self) -> &'static str

Source

pub fn hint_show_diff(self) -> &'static str

Source

pub fn hint_scroll(self) -> &'static str

Source

pub fn hint_show_commit(self) -> &'static str

Source

pub fn hint_detail(self) -> &'static str

Source

pub fn hint_export(self) -> &'static str

Source

pub fn hint_switch(self) -> &'static str

Source

pub fn hint_save(self) -> &'static str

Source

pub fn hint_cancel(self) -> &'static str

Source

pub fn hint_apply(self) -> &'static str

Source

pub fn hint_pop(self) -> &'static str

Source

pub fn hint_drop(self) -> &'static str

Source

pub fn topology_issues(self) -> &'static str

Source

pub fn topology_healthy(self) -> &'static str

Source

pub fn topology_branches_count(self) -> &'static str

Source

pub fn topology_stale(self) -> &'static str

Source

pub fn topology_long(self) -> &'static str

Source

pub fn topology_behind(self) -> &'static str

Source

pub fn topology_div(self) -> &'static str

Source

pub fn stash_list_label(self) -> &'static str

Source

pub fn no_stashes(self) -> &'static str

Source

pub fn no_commits(self) -> &'static str

Source

pub fn files_changed_together(self) -> &'static str

Source

pub fn compare_ahead(self) -> &'static str

Source

pub fn compare_behind(self) -> &'static str

Source

pub fn save_filter_title(self) -> &'static str

Source

pub fn filter_label(self) -> &'static str

Source

pub fn select_slot(self) -> &'static str

Source

pub fn name_label(self) -> &'static str

Source

pub fn preset_label(self) -> &'static str

Source

pub fn overwrite(self) -> &'static str

Source

pub fn empty_slot(self) -> &'static str

Source

pub fn no_commit_selected(self) -> &'static str

Source

pub fn repository_summary(self) -> &'static str

Source

pub fn dashboard_name(self) -> &'static str

Source

pub fn dashboard_branch(self) -> &'static str

Source

pub fn dashboard_commits(self) -> &'static str

Source

pub fn dashboard_branches(self) -> &'static str

Source

pub fn dashboard_stashes(self) -> &'static str

Source

pub fn file_changes(self) -> &'static str

Source

pub fn staged_label(self) -> &'static str

Source

pub fn modified_label(self) -> &'static str

Source

pub fn deleted_label(self) -> &'static str

Source

pub fn untracked_label(self) -> &'static str

Source

pub fn project_health_title(self) -> &'static str

Source

pub fn recent_commits(self) -> &'static str

Source

pub fn branch_info(self) -> &'static str

Source

pub fn branch_name_label(self) -> &'static str

Source

pub fn current_branch_label(self) -> &'static str

Source

pub fn gone_label(self) -> &'static str

Source

pub fn status_label(self) -> &'static str

Source

pub fn active_label(self) -> &'static str

Source

pub fn commits_label(self) -> &'static str

Source

pub fn ahead_label(self) -> &'static str

Source

pub fn behind_label(self) -> &'static str

Source

pub fn health_warnings(self) -> &'static str

Source

pub fn no_branch_selected(self) -> &'static str

Source

pub fn branch_recommendations(self) -> &'static str

Source

pub fn file_detail_title(self) -> &'static str

Source

pub fn file_staged_new(self) -> &'static str

Source

pub fn file_staged_modified(self) -> &'static str

Source

pub fn file_staged_deleted(self) -> &'static str

Source

pub fn file_modified(self) -> &'static str

Source

pub fn file_deleted(self) -> &'static str

Source

pub fn file_untracked(self) -> &'static str

Source

pub fn path_label(self) -> &'static str

Source

pub fn diff_label(self) -> &'static str

Source

pub fn no_diff_available(self) -> &'static str

Source

pub fn no_file_selected(self) -> &'static str

Source

pub fn no_stash_entries(self) -> &'static str

Source

pub fn stash_detail_title(self) -> &'static str

Source

pub fn stash_total(self) -> &'static str

Source

pub fn stash_current(self) -> &'static str

Source

pub fn stash_index(self) -> &'static str

Source

pub fn all_stashes(self) -> &'static str

Source

pub fn stash_entries(self) -> &'static str

Source

pub fn files_changed(self) -> &'static str

Source

pub fn total_label(self) -> &'static str

Source

pub fn peak_label(self) -> &'static str

Source

pub fn watch_mode_on(self) -> &'static str

Source

pub fn watch_mode_enabled(self) -> &'static str

Source

pub fn watch_mode_disabled(self) -> &'static str

Source

pub fn risk_label(self) -> &'static str

Source

pub fn risk_low(self) -> &'static str

Source

pub fn risk_medium(self) -> &'static str

Source

pub fn risk_high(self) -> &'static str

Source

pub fn intent_feature(self) -> &'static str

Source

pub fn intent_fix(self) -> &'static str

Source

pub fn intent_refactor(self) -> &'static str

Source

pub fn intent_docs(self) -> &'static str

Source

pub fn intent_test(self) -> &'static str

Source

pub fn intent_chore(self) -> &'static str

Source

pub fn intent_unknown(self) -> &'static str

Source

pub fn session_label(self) -> &'static str

Source

pub fn session_commits(self) -> &'static str

Source

pub fn session_separator(self) -> &'static str

Source

pub fn pr_create_title(self) -> &'static str

Source

pub fn pr_title_label(self) -> &'static str

Source

pub fn pr_body_label(self) -> &'static str

Source

pub fn pr_base_label(self) -> &'static str

Source

pub fn pr_create_success(self) -> &'static str

Source

pub fn pr_create_failed(self) -> &'static str

Source

pub fn pr_gh_not_available(self) -> &'static str

Source

pub fn pr_switch_field(self) -> &'static str

Source

pub fn pr_submit(self) -> &'static str

Source

pub fn review_queue_title(self) -> &'static str

Source

pub fn review_pending(self) -> &'static str

Source

pub fn review_approved(self) -> &'static str

Source

pub fn review_rejected(self) -> &'static str

Source

pub fn review_no_items(self) -> &'static str

Source

pub fn review_approve_key(self) -> &'static str

Source

pub fn review_reject_key(self) -> &'static str

Source

pub fn review_pending_badge(self) -> &'static str

Source

pub fn staging_group_title(self) -> &'static str

Source

pub fn staging_suggest(self) -> &'static str

Source

pub fn staging_no_groups(self) -> &'static str

Source

pub fn split_suggestion_title(self) -> &'static str

Source

pub fn split_no_suggestion(self) -> &'static str

Source

pub fn help_watch_mode(self) -> &'static str

Source

pub fn help_pr_create(self) -> &'static str

Source

pub fn help_review_queue(self) -> &'static str

Source

pub fn help_smart_staging(self) -> &'static str

Trait Implementations§

Source§

impl Clone for Language

Source§

fn clone(&self) -> Language

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Language

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Language

Source§

fn default() -> Language

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for Language

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for Language

Source§

fn eq(&self, other: &Language) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for Language

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl Copy for Language

Source§

impl Eq for Language

Source§

impl StructuralPartialEq for Language

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,