Struct neovim_lib::neovim_api::Tabpage
source · [−]pub struct Tabpage { /* private fields */ }Implementations
Trait Implementations
impl StructuralPartialEq for Tabpage
Auto Trait Implementations
impl RefUnwindSafe for Tabpage
impl Send for Tabpage
impl Sync for Tabpage
impl Unpin for Tabpage
impl UnwindSafe for Tabpage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more