Struct neovim_lib::neovim_api::Tabpage [] [src]

pub struct Tabpage {
    // some fields omitted
}

Methods

impl Tabpage
[src]

fn new(code_data: Value) -> Tabpage

fn get_windows(&self, neovim: &mut Neovim) -> Result<Vec<Window>, String>

fn get_var(&self, neovim: &mut Neovim, name: &str) -> Result<Value, String>

fn set_var(&self, neovim: &mut Neovim, name: &str, value: Value) -> Result<Value, String>

fn get_window(&self, neovim: &mut Neovim) -> Result<WindowString>

fn is_valid(&self, neovim: &mut Neovim) -> Result<boolString>