pub enum GeomType {
Point,
Linestring,
Polygon,
}Expand description
Geometry types for Features.
Variants§
Trait Implementations§
impl Copy for GeomType
impl Eq for GeomType
impl StructuralPartialEq for GeomType
Auto Trait Implementations§
impl Freeze for GeomType
impl RefUnwindSafe for GeomType
impl Send for GeomType
impl Sync for GeomType
impl Unpin for GeomType
impl UnwindSafe for GeomType
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