pub struct SetServerOptions<'a> {
pub options: TmuxCommands<'a>,
}
Fields§
§options: TmuxCommands<'a>
Trait Implementations§
Source§impl<'a> Debug for SetServerOptions<'a>
impl<'a> Debug for SetServerOptions<'a>
Source§impl<'a> SetServerOptionsTr<'a> for SetServerOptions<'a>
impl<'a> SetServerOptionsTr<'a> for SetServerOptions<'a>
type Setter = SetServerOption
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 backspace<S: Into<Cow<'a, str>>>(self, backspace: Option<S>) -> Selfwhere
Self: Sized,
fn backspace<S: Into<Cow<'a, str>>>(self, backspace: Option<S>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn copy_command<S: Into<Cow<'a, str>>>(self, copy_command: Option<S>) -> Selfwhere
Self: Sized,
fn copy_command<S: Into<Cow<'a, str>>>(self, copy_command: Option<S>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn default_terminal<S: Into<Cow<'a, str>>>(
self,
default_terminal: Option<S>,
) -> Selfwhere
Self: Sized,
fn default_terminal<S: Into<Cow<'a, str>>>(
self,
default_terminal: Option<S>,
) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn editor<S: Into<Cow<'a, str>>>(self, editor: Option<S>) -> Selfwhere
Self: Sized,
fn editor<S: Into<Cow<'a, str>>>(self, editor: Option<S>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn exit_unattached(self, exit_unattached: Option<Switch>) -> Selfwhere
Self: Sized,
fn exit_unattached(self, exit_unattached: Option<Switch>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn extended_keys(self, extended_keys: Option<Switch>) -> Selfwhere
Self: Sized,
fn extended_keys(self, extended_keys: Option<Switch>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn focus_events(self, focus_events: Option<Switch>) -> Selfwhere
Self: Sized,
fn focus_events(self, focus_events: Option<Switch>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn history_file<S: Into<Cow<'a, str>>>(self, history_file: Option<S>) -> Selfwhere
Self: Sized,
fn history_file<S: Into<Cow<'a, str>>>(self, history_file: Option<S>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn message_limit(self, message_limit: Option<usize>) -> Selfwhere
Self: Sized,
fn message_limit(self, message_limit: Option<usize>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn prompt_history_limit(self, prompt_history_limit: Option<usize>) -> Selfwhere
Self: Sized,
fn prompt_history_limit(self, prompt_history_limit: Option<usize>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn set_clipboard(self, set_clipboard: Option<SetClipboard>) -> Selfwhere
Self: Sized,
fn set_clipboard(self, set_clipboard: Option<SetClipboard>) -> Selfwhere
Self: Sized,
Manual Read more
Source§fn terminal_features<S, I>(self, terminal_features: Option<I>) -> Self
fn terminal_features<S, I>(self, terminal_features: Option<I>) -> Self
Manual Read more
Source§impl<'a> SetUserOptions<'a> for SetServerOptions<'a>
impl<'a> SetUserOptions<'a> for SetServerOptions<'a>
type Setter = SetServerOption
fn push(&mut self, option: TmuxCommand<'a>)
fn user_option<S, T>(self, name: S, value: Option<T>) -> Self
Auto Trait Implementations§
impl<'a> Freeze for SetServerOptions<'a>
impl<'a> RefUnwindSafe for SetServerOptions<'a>
impl<'a> Send for SetServerOptions<'a>
impl<'a> Sync for SetServerOptions<'a>
impl<'a> Unpin for SetServerOptions<'a>
impl<'a> UnwindSafe for SetServerOptions<'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