pub struct Tabpage { /* private fields */ }
Expand description
A Neovim tabpage
This struct exposes each way a user can create and interact with a tabpage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tabpage
impl RefUnwindSafe for Tabpage
impl Send for Tabpage
impl Sync for Tabpage
impl Unpin for Tabpage
impl UnwindSafe for Tabpage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more