pub struct GpkgAttributeTable {
pub table_name: String,
pub primary_key_column: String,
pub property_columns: Vec<ColumnSpec>,
/* private fields */
}Expand description
A GeoPackage attribute table (non-spatial, no geometry column).
Fields§
§table_name: String§primary_key_column: String§property_columns: Vec<ColumnSpec>Implementations§
Source§impl GpkgAttributeTable
impl GpkgAttributeTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpkgAttributeTable
impl !RefUnwindSafe for GpkgAttributeTable
impl !Send for GpkgAttributeTable
impl !Sync for GpkgAttributeTable
impl Unpin for GpkgAttributeTable
impl UnsafeUnpin for GpkgAttributeTable
impl !UnwindSafe for GpkgAttributeTable
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