Struct tmux_interface::options::server::builder::local::get_server_option::GetServerOption
source · pub struct GetServerOption;
Trait Implementations§
source§impl GetOptionTr for GetServerOption
impl GetOptionTr for GetServerOption
source§fn get<'a, S: Into<Cow<'a, str>>>(name: S) -> TmuxCommand<'a>
fn get<'a, S: Into<Cow<'a, str>>>(name: S) -> TmuxCommand<'a>
Command builder for get single option command using only option name Read more
source§impl GetServerOptionTr for GetServerOption
impl GetServerOptionTr for GetServerOption
source§fn backspace<'a>() -> TmuxCommand<'a>
fn backspace<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn buffer_limit<'a>() -> TmuxCommand<'a>
fn buffer_limit<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn command_alias<'a>() -> TmuxCommand<'a>
fn command_alias<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn copy_command<'a>() -> TmuxCommand<'a>
fn copy_command<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn default_terminal<'a>() -> TmuxCommand<'a>
fn default_terminal<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn escape_time<'a>() -> TmuxCommand<'a>
fn escape_time<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn editor<'a>() -> TmuxCommand<'a>
fn editor<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn exit_empty<'a>() -> TmuxCommand<'a>
fn exit_empty<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn exit_unattached<'a>() -> TmuxCommand<'a>
fn exit_unattached<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn extended_keys<'a>() -> TmuxCommand<'a>
fn extended_keys<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn focus_events<'a>() -> TmuxCommand<'a>
fn focus_events<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn history_file<'a>() -> TmuxCommand<'a>
fn history_file<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn message_limit<'a>() -> TmuxCommand<'a>
fn message_limit<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn prompt_history_limit<'a>() -> TmuxCommand<'a>
fn prompt_history_limit<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn set_clipboard<'a>() -> TmuxCommand<'a>
fn set_clipboard<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn terminal_features<'a>() -> TmuxCommand<'a>
fn terminal_features<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn terminal_overrides<'a>() -> TmuxCommand<'a>
fn terminal_overrides<'a>() -> TmuxCommand<'a>
Manual Read more
source§fn user_keys<'a>() -> TmuxCommand<'a>
fn user_keys<'a>() -> TmuxCommand<'a>
Manual Read more
source§impl GetUserOption for GetServerOption
impl GetUserOption for GetServerOption
fn user_option<'a, S>(name: S) -> TmuxCommand<'a>where S: Into<Cow<'a, str>>,
Auto Trait Implementations§
impl RefUnwindSafe for GetServerOption
impl Send for GetServerOption
impl Sync for GetServerOption
impl Unpin for GetServerOption
impl UnwindSafe for GetServerOption
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