pub enum Spatial {}Expand description
Marker for spatial types (ST_GEOMETRY, ST_POINT).
Spatial types are serialized as WKB binary.
Trait Implementations§
Source§impl HanaTypeCategory for Spatial
impl HanaTypeCategory for Spatial
Source§const CATEGORY_NAME: &'static str = "Spatial"
const CATEGORY_NAME: &'static str = "Spatial"
The name of this category for debugging/logging.
impl Copy for Spatial
impl Eq for Spatial
impl StructuralPartialEq for Spatial
Auto Trait Implementations§
impl Freeze for Spatial
impl RefUnwindSafe for Spatial
impl Send for Spatial
impl Sync for Spatial
impl Unpin for Spatial
impl UnwindSafe for Spatial
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