Enum nvim_gtk::project::ProjectViewColumns
source · [−]enum ProjectViewColumns {
Name,
Path,
Uri,
Pixbuf,
Project,
ProjectStored,
}Variants
Name
Path
Uri
Pixbuf
Project
ProjectStored
Auto Trait Implementations
impl RefUnwindSafe for ProjectViewColumns
impl Send for ProjectViewColumns
impl Sync for ProjectViewColumns
impl Unpin for ProjectViewColumns
impl UnwindSafe for ProjectViewColumns
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