Enum tmux_interface::target::target_window::TargetWindowToken[][src]

pub enum TargetWindowToken {
    Start,
    End,
    Last,
    Next(Option<usize>),
    Previous(Option<usize>),
}
Expand description

Enum for target-window tokens

Variants

Start

{start} (alias: ^) - The lowest-numbered window

End

{end} (alias: $) - The highest-numbered window

Last

{last} (alias: !) - The last (previously current) window

Next

{next} (alias: +) - The next window by number

Tuple Fields of Next

0: Option<usize>
Previous

{previous} (alias: -) - The previous window by number

Tuple Fields of Previous

0: Option<usize>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.