pub enum Dimension {
XY,
XYZ,
XYM,
XYZM,
}Variants§
Implementations§
Trait Implementations§
Source§impl From<Dimension> for Dimensions
impl From<Dimension> for Dimensions
Source§impl TryFrom<Dimensions> for Dimension
impl TryFrom<Dimensions> for Dimension
Source§type Error = GeoArrowError
type Error = GeoArrowError
The type returned in the event of a conversion error.
impl Copy for Dimension
impl Eq for Dimension
impl StructuralPartialEq for Dimension
Auto Trait Implementations§
impl Freeze for Dimension
impl RefUnwindSafe for Dimension
impl Send for Dimension
impl Sync for Dimension
impl Unpin for Dimension
impl UnwindSafe for Dimension
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