[−][src]Struct tmux_interface::options::ShowOptions
Structure for showing options
Manual
tmux show-options [-AgHpqsvw] [-t target-pane] [option]
(alias: show)
Fields
include_inherited: Option<bool>
[-A] - includes options inherited from a parent set of options
global_options: Option<bool>
[-g] - global session or window options are listed
hooks: Option<bool>
[-H] - includes hooks (omitted by default)
pane: Option<bool>
[-p] - show window options
quiet: Option<bool>
[-q] - no error will be returned if option
is unset
server: Option<bool>
[-s] - show the server options
option_value: Option<bool>
[-v] - shows only the option value
window: Option<bool>
[-w] - show the window options
target: Option<&'a str>
[-t target-pane] - target session or window name
option: Option<&'a str>
[option] - specify option name
Methods
impl<'a> ShowOptions<'a>
[src]
Trait Implementations
impl<'a> Debug for ShowOptions<'a>
[src]
impl<'a> Default for ShowOptions<'a>
[src]
fn default() -> ShowOptions<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ShowOptions<'a>
impl<'a> Send for ShowOptions<'a>
impl<'a> Sync for ShowOptions<'a>
impl<'a> Unpin for ShowOptions<'a>
impl<'a> UnwindSafe for ShowOptions<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,