Struct tmux_interface::commands::buffers::paste_buffer::PasteBuffer[][src]

pub struct PasteBuffer<'a>(pub TmuxCommand<'a>);
Expand description

Structure for inserting the contents of a paste buffer into the specified pane

Manual

tmux ^1.7:

tmux paste-buffer [-dpr] [-b buffer-name] [-s separator] [-t target-pane]
(alias: pasteb)

tmux ^1.3:

tmux paste-buffer [-dr] [-b buffer-index] [-s separator] [-t target-window]
(alias: pasteb)

tmux ^1.0:

tmux paste-buffer [-dr] [-b buffer-index] [-t target-window]
(alias: pasteb)

tmux ^0.8:

tmux paste-buffer [-d] [-b buffer-index] [-t target-window]
(alias: pasteb)

Tuple Fields

0: TmuxCommand<'a>

Implementations

[-d] - delete the paste buffer

[-p] - paste bracket control codes are inserted around the buffer

[-r] - do no replacement (equivalent to a separator of LF)

[-b buffer-name] - specify the buffer mode

[-s separator] - specify a separator

[-t target-pane] - specify the target pane

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Performs the conversion.

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.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. 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.