pub enum MValues {
MValue(MValue),
LineStringMValues(LineStringMValues),
MultiLineStringMValues(MultiLineStringMValues),
PolygonMValues(PolygonMValues),
MultiPolygonMValues(MultiPolygonMValues),
}Expand description
All possible M-Value shapes
Variants§
MValue(MValue)
Single M-Value
LineStringMValues(LineStringMValues)
LineString M-Value
MultiLineStringMValues(MultiLineStringMValues)
MultiLineString M-Value
PolygonMValues(PolygonMValues)
Polygon M-Value
MultiPolygonMValues(MultiPolygonMValues)
MultiPolygon M-Value
Trait Implementations§
source§impl PartialEq for MValues
impl PartialEq for MValues
impl StructuralPartialEq for MValues
Auto Trait Implementations§
impl Freeze for MValues
impl RefUnwindSafe for MValues
impl Send for MValues
impl Sync for MValues
impl Unpin for MValues
impl UnwindSafe for MValues
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