pub enum AbstractGmlKind {
AbstractGeometryKind(AbstractGeometryKind),
AbstractFeatureKind(AbstractFeatureKind),
}Variants§
AbstractGeometryKind(AbstractGeometryKind)
AbstractFeatureKind(AbstractFeatureKind)
Trait Implementations§
Source§impl Clone for AbstractGmlKind
impl Clone for AbstractGmlKind
Source§fn clone(&self) -> AbstractGmlKind
fn clone(&self) -> AbstractGmlKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AbstractGmlKind
impl Debug for AbstractGmlKind
Source§impl From<AbstractCurveKind> for AbstractGmlKind
impl From<AbstractCurveKind> for AbstractGmlKind
Source§fn from(x: AbstractCurveKind) -> Self
fn from(x: AbstractCurveKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractFeatureKind> for AbstractGmlKind
impl From<AbstractFeatureKind> for AbstractGmlKind
Source§fn from(x: AbstractFeatureKind) -> Self
fn from(x: AbstractFeatureKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractGeometricAggregateKind> for AbstractGmlKind
impl From<AbstractGeometricAggregateKind> for AbstractGmlKind
Source§fn from(x: AbstractGeometricAggregateKind) -> Self
fn from(x: AbstractGeometricAggregateKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractGeometricPrimitiveKind> for AbstractGmlKind
impl From<AbstractGeometricPrimitiveKind> for AbstractGmlKind
Source§fn from(x: AbstractGeometricPrimitiveKind) -> Self
fn from(x: AbstractGeometricPrimitiveKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractGeometryKind> for AbstractGmlKind
impl From<AbstractGeometryKind> for AbstractGmlKind
Source§fn from(x: AbstractGeometryKind) -> Self
fn from(x: AbstractGeometryKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractGmlKind> for AbstractObjectKind
impl From<AbstractGmlKind> for AbstractObjectKind
Source§fn from(x: AbstractGmlKind) -> Self
fn from(x: AbstractGmlKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractRingKind> for AbstractGmlKind
impl From<AbstractRingKind> for AbstractGmlKind
Source§fn from(x: AbstractRingKind) -> Self
fn from(x: AbstractRingKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractSolidKind> for AbstractGmlKind
impl From<AbstractSolidKind> for AbstractGmlKind
Source§fn from(x: AbstractSolidKind) -> Self
fn from(x: AbstractSolidKind) -> Self
Converts to this type from the input type.
Source§impl From<AbstractSurfaceKind> for AbstractGmlKind
impl From<AbstractSurfaceKind> for AbstractGmlKind
Source§fn from(x: AbstractSurfaceKind) -> Self
fn from(x: AbstractSurfaceKind) -> Self
Converts to this type from the input type.
Source§impl From<CompositeSurface> for AbstractGmlKind
impl From<CompositeSurface> for AbstractGmlKind
Source§fn from(x: CompositeSurface) -> Self
fn from(x: CompositeSurface) -> Self
Converts to this type from the input type.
Source§impl From<LineString> for AbstractGmlKind
impl From<LineString> for AbstractGmlKind
Source§fn from(x: LineString) -> Self
fn from(x: LineString) -> Self
Converts to this type from the input type.
Source§impl From<LinearRing> for AbstractGmlKind
impl From<LinearRing> for AbstractGmlKind
Source§fn from(x: LinearRing) -> Self
fn from(x: LinearRing) -> Self
Converts to this type from the input type.
Source§impl From<MultiCurve> for AbstractGmlKind
impl From<MultiCurve> for AbstractGmlKind
Source§fn from(x: MultiCurve) -> Self
fn from(x: MultiCurve) -> Self
Converts to this type from the input type.
Source§impl From<MultiGeometry> for AbstractGmlKind
impl From<MultiGeometry> for AbstractGmlKind
Source§fn from(x: MultiGeometry) -> Self
fn from(x: MultiGeometry) -> Self
Converts to this type from the input type.
Source§impl From<MultiPoint> for AbstractGmlKind
impl From<MultiPoint> for AbstractGmlKind
Source§fn from(x: MultiPoint) -> Self
fn from(x: MultiPoint) -> Self
Converts to this type from the input type.
Source§impl From<MultiSurface> for AbstractGmlKind
impl From<MultiSurface> for AbstractGmlKind
Source§fn from(x: MultiSurface) -> Self
fn from(x: MultiSurface) -> Self
Converts to this type from the input type.
Source§impl From<Point> for AbstractGmlKind
impl From<Point> for AbstractGmlKind
Source§impl From<Polygon> for AbstractGmlKind
impl From<Polygon> for AbstractGmlKind
Source§impl From<Shell> for AbstractGmlKind
impl From<Shell> for AbstractGmlKind
Source§impl From<Solid> for AbstractGmlKind
impl From<Solid> for AbstractGmlKind
Source§impl From<Surface> for AbstractGmlKind
impl From<Surface> for AbstractGmlKind
Source§impl From<SurfaceKind> for AbstractGmlKind
impl From<SurfaceKind> for AbstractGmlKind
Source§fn from(x: SurfaceKind) -> Self
fn from(x: SurfaceKind) -> Self
Converts to this type from the input type.
Source§impl From<TriangulatedSurface> for AbstractGmlKind
impl From<TriangulatedSurface> for AbstractGmlKind
Source§fn from(x: TriangulatedSurface) -> Self
fn from(x: TriangulatedSurface) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AbstractGmlKind
impl PartialEq for AbstractGmlKind
impl StructuralPartialEq for AbstractGmlKind
Source§impl TryFrom<AbstractGmlKind> for AbstractFeatureKind
impl TryFrom<AbstractGmlKind> for AbstractFeatureKind
Source§impl TryFrom<AbstractGmlKind> for MultiCurve
impl TryFrom<AbstractGmlKind> for MultiCurve
Source§impl TryFrom<AbstractGmlKind> for MultiGeometry
impl TryFrom<AbstractGmlKind> for MultiGeometry
Source§impl TryFrom<AbstractGmlKind> for MultiPoint
impl TryFrom<AbstractGmlKind> for MultiPoint
Source§impl TryFrom<AbstractGmlKind> for MultiSurface
impl TryFrom<AbstractGmlKind> for MultiSurface
Source§impl TryFrom<AbstractGmlKind> for LineString
impl TryFrom<AbstractGmlKind> for LineString
Source§impl TryFrom<AbstractGmlKind> for AbstractRingKind
impl TryFrom<AbstractGmlKind> for AbstractRingKind
Source§impl TryFrom<AbstractGmlKind> for Point
impl TryFrom<AbstractGmlKind> for Point
Source§impl TryFrom<AbstractGmlKind> for AbstractCurveKind
impl TryFrom<AbstractGmlKind> for AbstractCurveKind
Source§impl TryFrom<AbstractGmlKind> for AbstractSurfaceKind
impl TryFrom<AbstractGmlKind> for AbstractSurfaceKind
Source§impl TryFrom<AbstractGmlKind> for AbstractSolidKind
impl TryFrom<AbstractGmlKind> for AbstractSolidKind
Source§impl TryFrom<AbstractGmlKind> for LinearRing
impl TryFrom<AbstractGmlKind> for LinearRing
Source§impl TryFrom<AbstractGmlKind> for Solid
impl TryFrom<AbstractGmlKind> for Solid
Source§impl TryFrom<AbstractGmlKind> for CompositeSurface
impl TryFrom<AbstractGmlKind> for CompositeSurface
Source§impl TryFrom<AbstractGmlKind> for Polygon
impl TryFrom<AbstractGmlKind> for Polygon
Source§impl TryFrom<AbstractGmlKind> for Shell
impl TryFrom<AbstractGmlKind> for Shell
Source§impl TryFrom<AbstractGmlKind> for Surface
impl TryFrom<AbstractGmlKind> for Surface
Source§impl TryFrom<AbstractGmlKind> for SurfaceKind
impl TryFrom<AbstractGmlKind> for SurfaceKind
Source§impl TryFrom<AbstractGmlKind> for TriangulatedSurface
impl TryFrom<AbstractGmlKind> for TriangulatedSurface
Source§impl TryFrom<AbstractObjectKind> for AbstractGmlKind
impl TryFrom<AbstractObjectKind> for AbstractGmlKind
Auto Trait Implementations§
impl Freeze for AbstractGmlKind
impl RefUnwindSafe for AbstractGmlKind
impl Send for AbstractGmlKind
impl Sync for AbstractGmlKind
impl Unpin for AbstractGmlKind
impl UnsafeUnpin for AbstractGmlKind
impl UnwindSafe for AbstractGmlKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.Source§impl<T> DowncastSend for T
impl<T> DowncastSend for T
Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Scalar for T
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.