pub enum AbstractReliefComponentKindRef<'a> {
TinRelief(&'a TinRelief),
}Variants§
Trait Implementations§
Source§impl AsAbstractCityObject for AbstractReliefComponentKindRef<'_>
impl AsAbstractCityObject for AbstractReliefComponentKindRef<'_>
fn abstract_city_object(&self) -> &AbstractCityObject
fn relative_to_terrain(&self) -> Option<RelativeToTerrain>
fn relative_to_water(&self) -> Option<RelativeToWater>
fn external_references(&self) -> &[ExternalReference]
fn generic_attributes(&self) -> &[GenericAttributeKind]
fn appearances(&self) -> &[AbstractAppearanceProperty]
Source§impl AsAbstractFeature for AbstractReliefComponentKindRef<'_>
impl AsAbstractFeature for AbstractReliefComponentKindRef<'_>
Source§fn abstract_feature(&self) -> &AbstractFeature
fn abstract_feature(&self) -> &AbstractFeature
Returns a reference to the embedded
AbstractFeature base data.fn bounded_by(&self) -> Option<&BoundingShape>
Source§impl AsAbstractFeature for AbstractReliefComponentKindRef<'_>
impl AsAbstractFeature for AbstractReliefComponentKindRef<'_>
fn abstract_feature(&self) -> &AbstractFeature
fn feature_id(&self) -> &Id
Source§impl AsAbstractFeatureWithLifespan for AbstractReliefComponentKindRef<'_>
impl AsAbstractFeatureWithLifespan for AbstractReliefComponentKindRef<'_>
fn abstract_feature_with_lifespan(&self) -> &AbstractFeatureWithLifespan
fn creation_date(&self) -> Option<&DateTime<FixedOffset>>
fn termination_date(&self) -> Option<&DateTime<FixedOffset>>
fn valid_from(&self) -> Option<&DateTime<FixedOffset>>
fn valid_to(&self) -> Option<&DateTime<FixedOffset>>
Source§impl AsAbstractGml for AbstractReliefComponentKindRef<'_>
impl AsAbstractGml for AbstractReliefComponentKindRef<'_>
Source§fn abstract_gml(&self) -> &AbstractGml
fn abstract_gml(&self) -> &AbstractGml
Returns a reference to the embedded
AbstractGml base data.Source§impl AsAbstractObject for AbstractReliefComponentKindRef<'_>
impl AsAbstractObject for AbstractReliefComponentKindRef<'_>
fn abstract_object(&self) -> &AbstractObject
Source§impl<'a> AsAbstractReliefComponent for AbstractReliefComponentKindRef<'a>
impl<'a> AsAbstractReliefComponent for AbstractReliefComponentKindRef<'a>
fn abstract_relief_component(&self) -> &AbstractReliefComponent
fn lod(&self) -> LevelOfDetail
Source§impl AsAbstractSpaceBoundary for AbstractReliefComponentKindRef<'_>
impl AsAbstractSpaceBoundary for AbstractReliefComponentKindRef<'_>
fn abstract_space_boundary(&self) -> &AbstractSpaceBoundary
Source§impl<'a> Clone for AbstractReliefComponentKindRef<'a>
impl<'a> Clone for AbstractReliefComponentKindRef<'a>
Source§fn clone(&self) -> AbstractReliefComponentKindRef<'a>
fn clone(&self) -> AbstractReliefComponentKindRef<'a>
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 moreimpl<'a> Copy for AbstractReliefComponentKindRef<'a>
Source§impl<'a> Debug for AbstractReliefComponentKindRef<'a>
impl<'a> Debug for AbstractReliefComponentKindRef<'a>
Source§impl<'a> From<&'a AbstractReliefComponentKind> for AbstractReliefComponentKindRef<'a>
impl<'a> From<&'a AbstractReliefComponentKind> for AbstractReliefComponentKindRef<'a>
Source§fn from(
item: &'a AbstractReliefComponentKind,
) -> AbstractReliefComponentKindRef<'a>
fn from( item: &'a AbstractReliefComponentKind, ) -> AbstractReliefComponentKindRef<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a TinRelief> for AbstractReliefComponentKindRef<'a>
impl<'a> From<&'a TinRelief> for AbstractReliefComponentKindRef<'a>
Source§fn from(x: &'a TinRelief) -> AbstractReliefComponentKindRef<'a>
fn from(x: &'a TinRelief) -> AbstractReliefComponentKindRef<'a>
Converts to this type from the input type.
Source§impl<'a> HasFeatureType for AbstractReliefComponentKindRef<'a>
impl<'a> HasFeatureType for AbstractReliefComponentKindRef<'a>
fn feature_type(&self) -> FeatureType
Source§impl<'a> TryFrom<AbstractCityObjectKindRef<'a>> for AbstractReliefComponentKindRef<'a>
impl<'a> TryFrom<AbstractCityObjectKindRef<'a>> for AbstractReliefComponentKindRef<'a>
Source§impl<'a> TryFrom<AbstractFeatureKindRef<'a>> for AbstractReliefComponentKindRef<'a>
impl<'a> TryFrom<AbstractFeatureKindRef<'a>> for AbstractReliefComponentKindRef<'a>
Source§impl<'a> TryFrom<AbstractFeatureWithLifespanKindRef<'a>> for AbstractReliefComponentKindRef<'a>
impl<'a> TryFrom<AbstractFeatureWithLifespanKindRef<'a>> for AbstractReliefComponentKindRef<'a>
Source§impl<'a> TryFrom<AbstractReliefComponentKindRef<'a>> for &'a TinRelief
impl<'a> TryFrom<AbstractReliefComponentKindRef<'a>> for &'a TinRelief
Source§impl<'a> TryFrom<AbstractSpaceBoundaryKindRef<'a>> for AbstractReliefComponentKindRef<'a>
impl<'a> TryFrom<AbstractSpaceBoundaryKindRef<'a>> for AbstractReliefComponentKindRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for AbstractReliefComponentKindRef<'a>
impl<'a> RefUnwindSafe for AbstractReliefComponentKindRef<'a>
impl<'a> Send for AbstractReliefComponentKindRef<'a>
impl<'a> Sync for AbstractReliefComponentKindRef<'a>
impl<'a> Unpin for AbstractReliefComponentKindRef<'a>
impl<'a> UnsafeUnpin for AbstractReliefComponentKindRef<'a>
impl<'a> UnwindSafe for AbstractReliefComponentKindRef<'a>
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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
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.