pub struct SpatialIndexMetadata {
pub index_name: String,
pub table_name: String,
pub column_name: String,
pub created_at: Option<DateTime<Utc>>,
}Expand description
Metadata for a spatial index
Fields§
§index_name: String§table_name: String§column_name: String§created_at: Option<DateTime<Utc>>Trait Implementations§
Source§impl Clone for SpatialIndexMetadata
impl Clone for SpatialIndexMetadata
Source§fn clone(&self) -> SpatialIndexMetadata
fn clone(&self) -> SpatialIndexMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpatialIndexMetadata
impl RefUnwindSafe for SpatialIndexMetadata
impl Send for SpatialIndexMetadata
impl Sync for SpatialIndexMetadata
impl Unpin for SpatialIndexMetadata
impl UnwindSafe for SpatialIndexMetadata
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