pub struct GetServerOptions<'a> {
pub options: TmuxCommands<'a>,
}
Fields§
§options: TmuxCommands<'a>
Trait Implementations§
Source§impl<'a> Debug for GetServerOptions<'a>
impl<'a> Debug for GetServerOptions<'a>
Source§impl<'a> GetServerOptionsTr<'a> for GetServerOptions<'a>
impl<'a> GetServerOptionsTr<'a> for GetServerOptions<'a>
type Getter = GetServerOption
fn new() -> Self
fn push(&mut self, option: TmuxCommand<'a>)
fn push_cmds(&mut self, options: TmuxCommands<'a>)
fn build(self) -> TmuxCommands<'a>
Source§fn buffer_limit(self) -> Selfwhere
Self: Sized,
fn buffer_limit(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn command_alias(self) -> Selfwhere
Self: Sized,
fn command_alias(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn copy_command(self) -> Selfwhere
Self: Sized,
fn copy_command(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn default_terminal(self) -> Selfwhere
Self: Sized,
fn default_terminal(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn escape_time(self) -> Selfwhere
Self: Sized,
fn escape_time(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn exit_empty(self) -> Selfwhere
Self: Sized,
fn exit_empty(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn exit_unattached(self) -> Selfwhere
Self: Sized,
fn exit_unattached(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn extended_keys(self) -> Selfwhere
Self: Sized,
fn extended_keys(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn focus_events(self) -> Selfwhere
Self: Sized,
fn focus_events(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn history_file(self) -> Selfwhere
Self: Sized,
fn history_file(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn message_limit(self) -> Selfwhere
Self: Sized,
fn message_limit(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn prompt_history_limit(self) -> Selfwhere
Self: Sized,
fn prompt_history_limit(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn set_clipboard(self) -> Selfwhere
Self: Sized,
fn set_clipboard(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn terminal_features(self) -> Selfwhere
Self: Sized,
fn terminal_features(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn terminal_overrides(self) -> Selfwhere
Self: Sized,
fn terminal_overrides(self) -> Selfwhere
Self: Sized,
Manual Read more
Source§impl<'a> GetUserOptions<'a> for GetServerOptions<'a>
impl<'a> GetUserOptions<'a> for GetServerOptions<'a>
type Getter = GetServerOption
fn push(&mut self, option: TmuxCommand<'a>)
fn user_option<S>(self, name: S) -> Self
Auto Trait Implementations§
impl<'a> Freeze for GetServerOptions<'a>
impl<'a> RefUnwindSafe for GetServerOptions<'a>
impl<'a> Send for GetServerOptions<'a>
impl<'a> Sync for GetServerOptions<'a>
impl<'a> Unpin for GetServerOptions<'a>
impl<'a> UnwindSafe for GetServerOptions<'a>
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