Struct neovim_lib::neovim_api::Buffer[][src]

pub struct Buffer { /* fields omitted */ }

Methods

impl Buffer
[src]

Internal value, that represent type

since: 1

since: 4

since: 4

since: 1

since: 1

since: 1

since: 2

since: 3

since: 4

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

Trait Implementations

impl PartialEq for Buffer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Buffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Buffer

impl Sync for Buffer