pub struct GetGlobalSessionOptions<'a> {
    pub options: TmuxCommands<'a>,
}

Fields§

§options: TmuxCommands<'a>

Trait Implementations§

source§

impl<'a> Debug for GetGlobalSessionOptions<'a>

source§

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

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

impl<'a> GetSessionOptionsTr<'a, GetGlobalSessionOption> for GetGlobalSessionOptions<'a>

source§

fn new() -> Self
where Self: Sized,

source§

fn push<T: Into<TmuxCommand<'a>>>(&mut self, cmd: T)

source§

fn into_commands(self) -> TmuxCommands<'a>

source§

fn activity_action<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn assume_paste_time<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn base_index<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn bell_action<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn default_command<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn default_shell<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn default_size<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn destroy_unattached<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn detach_on_destroy<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn display_panes_active_colour<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn display_panes_colour<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn display_panes_time<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn display_time<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn history_limit<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn key_table<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn lock_after_time<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn lock_command<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn message_command_style<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn message_line<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn message_style<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn mouse<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn prefix<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn prefix2<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn renumber_windows<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn repeat_time<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn set_titles<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn set_titles_string<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn silence_action<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_format<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_interval<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_justify<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_keys<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_left<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_left_length<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_left_style<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_position<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_right<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_right_length<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_right_style<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn status_style<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn update_environment<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn visual_activity<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn visual_bell<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn visual_silence<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

fn word_separators<S>(self, target: Option<S>) -> Self
where S: Into<Cow<'a, str>>, Self: Sized,

Manual Read more
source§

impl<'a> GetUserOptions<'a> for GetGlobalSessionOptions<'a>

§

type Getter = GetGlobalSessionOption

source§

fn push(&mut self, option: TmuxCommand<'a>)

source§

fn user_option<S>(self, name: S) -> Self
where Self: Sized, S: Into<Cow<'a, str>>,

source§

fn user_option_ext<T, S>(self, target: Option<T>, name: S) -> Self
where Self: Sized, T: Into<Cow<'a, str>>, S: Into<Cow<'a, str>>,

Manual Read more

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> 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, U> TryFrom<U> for T
where U: Into<T>,

§

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>,

§

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.