enum ProjectViewColumns {
Name,
Path,
Uri,
Pixbuf,
Project,
ProjectStored,
}
Variants§
Auto Trait Implementations§
impl Freeze for ProjectViewColumns
impl RefUnwindSafe for ProjectViewColumns
impl Send for ProjectViewColumns
impl Sync for ProjectViewColumns
impl Unpin for ProjectViewColumns
impl UnwindSafe for ProjectViewColumns
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