Struct atuin_client::import::resh::ReshEntry[][src]

pub struct ReshEntry {
Show 51 fields pub cmd_line: String, pub exit_code: i64, pub shell: String, pub uname: String, pub session_id: String, pub home: String, pub lang: String, pub lc_all: String, pub login: String, pub pwd: String, pub pwd_after: String, pub shell_env: String, pub term: String, pub real_pwd: String, pub real_pwd_after: String, pub pid: i64, pub session_pid: i64, pub host: String, pub hosttype: String, pub ostype: String, pub machtype: String, pub shlvl: i64, pub timezone_before: String, pub timezone_after: String, pub realtime_before: f64, pub realtime_after: f64, pub realtime_before_local: f64, pub realtime_after_local: f64, pub realtime_duration: f64, pub realtime_since_session_start: f64, pub realtime_since_boot: f64, pub git_dir: String, pub git_real_dir: String, pub git_origin_remote: String, pub git_dir_after: String, pub git_real_dir_after: String, pub git_origin_remote_after: String, pub machine_id: String, pub os_release_id: String, pub os_release_version_id: String, pub os_release_id_like: String, pub os_release_name: String, pub os_release_pretty_name: String, pub resh_uuid: String, pub resh_version: String, pub resh_revision: String, pub parts_merged: bool, pub recalled: bool, pub recall_last_cmd_line: String, pub cols: String, pub lines: String,
}

Fields

cmd_line: Stringexit_code: i64shell: Stringuname: Stringsession_id: Stringhome: Stringlang: Stringlc_all: Stringlogin: Stringpwd: Stringpwd_after: Stringshell_env: Stringterm: Stringreal_pwd: Stringreal_pwd_after: Stringpid: i64session_pid: i64host: Stringhosttype: Stringostype: Stringmachtype: Stringshlvl: i64timezone_before: Stringtimezone_after: Stringrealtime_before: f64realtime_after: f64realtime_before_local: f64realtime_after_local: f64realtime_duration: f64realtime_since_session_start: f64realtime_since_boot: f64git_dir: Stringgit_real_dir: Stringgit_origin_remote: Stringgit_dir_after: Stringgit_real_dir_after: Stringgit_origin_remote_after: Stringmachine_id: Stringos_release_id: Stringos_release_version_id: Stringos_release_id_like: Stringos_release_name: Stringos_release_pretty_name: Stringresh_uuid: Stringresh_version: Stringresh_revision: Stringparts_merged: boolrecalled: boolrecall_last_cmd_line: Stringcols: Stringlines: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more