pub enum AbstractFillingElementKindRef<'a> {
Door(&'a Door),
Window(&'a Window),
}Variants§
Trait Implementations§
Source§impl AsAbstractCityObject for AbstractFillingElementKindRef<'_>
impl AsAbstractCityObject for AbstractFillingElementKindRef<'_>
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 AbstractFillingElementKindRef<'_>
impl AsAbstractFeature for AbstractFillingElementKindRef<'_>
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 AbstractFillingElementKindRef<'_>
impl AsAbstractFeature for AbstractFillingElementKindRef<'_>
fn abstract_feature(&self) -> &AbstractFeature
fn feature_id(&self) -> &Id
Source§impl AsAbstractFeatureWithLifespan for AbstractFillingElementKindRef<'_>
impl AsAbstractFeatureWithLifespan for AbstractFillingElementKindRef<'_>
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<'a> AsAbstractFillingElement for AbstractFillingElementKindRef<'a>
impl<'a> AsAbstractFillingElement for AbstractFillingElementKindRef<'a>
fn abstract_filling_element(&self) -> &AbstractFillingElement
Source§impl AsAbstractGml for AbstractFillingElementKindRef<'_>
impl AsAbstractGml for AbstractFillingElementKindRef<'_>
Source§fn abstract_gml(&self) -> &AbstractGml
fn abstract_gml(&self) -> &AbstractGml
Returns a reference to the embedded
AbstractGml base data.Source§impl AsAbstractObject for AbstractFillingElementKindRef<'_>
impl AsAbstractObject for AbstractFillingElementKindRef<'_>
fn abstract_object(&self) -> &AbstractObject
Source§impl AsAbstractOccupiedSpace for AbstractFillingElementKindRef<'_>
impl AsAbstractOccupiedSpace for AbstractFillingElementKindRef<'_>
fn abstract_occupied_space(&self) -> &AbstractOccupiedSpace
fn lod1_implicit_representation(&self) -> Option<&ImplicitGeometryProperty>
fn lod2_implicit_representation(&self) -> Option<&ImplicitGeometryProperty>
fn lod3_implicit_representation(&self) -> Option<&ImplicitGeometryProperty>
fn implicit_representations_by_lod( &self, ) -> HashMap<LevelOfDetail, &ImplicitGeometryProperty>
Source§impl AsAbstractPhysicalSpace for AbstractFillingElementKindRef<'_>
impl AsAbstractPhysicalSpace for AbstractFillingElementKindRef<'_>
fn abstract_physical_space(&self) -> &AbstractPhysicalSpace
fn lod1_terrain_intersection_curve(&self) -> Option<&MultiCurveProperty>
fn lod2_terrain_intersection_curve(&self) -> Option<&MultiCurveProperty>
fn lod3_terrain_intersection_curve(&self) -> Option<&MultiCurveProperty>
fn point_cloud(&self) -> Option<&AbstractPointCloudProperty>
Source§impl AsAbstractSpace for AbstractFillingElementKindRef<'_>
impl AsAbstractSpace for AbstractFillingElementKindRef<'_>
fn abstract_space(&self) -> &AbstractSpace
fn space_type(&self) -> Option<SpaceType>
fn volumes(&self) -> &[QualifiedVolume]
fn areas(&self) -> &[QualifiedArea]
fn lod1_solid(&self) -> Option<&SolidProperty>
fn lod2_solid(&self) -> Option<&SolidProperty>
fn lod3_solid(&self) -> Option<&SolidProperty>
fn solids_by_lod(&self) -> HashMap<LevelOfDetail, &SolidProperty>
fn lod0_multi_surface(&self) -> Option<&MultiSurfaceProperty>
fn lod2_multi_surface(&self) -> Option<&MultiSurfaceProperty>
fn lod3_multi_surface(&self) -> Option<&MultiSurfaceProperty>
fn multi_surfaces_by_lod(&self) -> HashMap<LevelOfDetail, &MultiSurfaceProperty>
fn lod0_multi_curve(&self) -> Option<&MultiCurveProperty>
fn lod2_multi_curve(&self) -> Option<&MultiCurveProperty>
fn lod3_multi_curve(&self) -> Option<&MultiCurveProperty>
fn multi_curves_by_lod(&self) -> HashMap<LevelOfDetail, &MultiCurveProperty>
fn boundaries(&self) -> &[AbstractSpaceBoundaryProperty]
Source§impl<'a> Clone for AbstractFillingElementKindRef<'a>
impl<'a> Clone for AbstractFillingElementKindRef<'a>
Source§fn clone(&self) -> AbstractFillingElementKindRef<'a>
fn clone(&self) -> AbstractFillingElementKindRef<'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 AbstractFillingElementKindRef<'a>
Source§impl<'a> Debug for AbstractFillingElementKindRef<'a>
impl<'a> Debug for AbstractFillingElementKindRef<'a>
Source§impl<'a> From<&'a AbstractFillingElementKind> for AbstractFillingElementKindRef<'a>
impl<'a> From<&'a AbstractFillingElementKind> for AbstractFillingElementKindRef<'a>
Source§fn from(
item: &'a AbstractFillingElementKind,
) -> AbstractFillingElementKindRef<'a>
fn from( item: &'a AbstractFillingElementKind, ) -> AbstractFillingElementKindRef<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a Door> for AbstractFillingElementKindRef<'a>
impl<'a> From<&'a Door> for AbstractFillingElementKindRef<'a>
Source§fn from(x: &'a Door) -> AbstractFillingElementKindRef<'a>
fn from(x: &'a Door) -> AbstractFillingElementKindRef<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a Window> for AbstractFillingElementKindRef<'a>
impl<'a> From<&'a Window> for AbstractFillingElementKindRef<'a>
Source§fn from(x: &'a Window) -> AbstractFillingElementKindRef<'a>
fn from(x: &'a Window) -> AbstractFillingElementKindRef<'a>
Converts to this type from the input type.
Source§impl<'a> HasFeatureType for AbstractFillingElementKindRef<'a>
impl<'a> HasFeatureType for AbstractFillingElementKindRef<'a>
fn feature_type(&self) -> FeatureType
Source§impl<'a> TryFrom<AbstractCityObjectKindRef<'a>> for AbstractFillingElementKindRef<'a>
impl<'a> TryFrom<AbstractCityObjectKindRef<'a>> for AbstractFillingElementKindRef<'a>
Source§impl<'a> TryFrom<AbstractFeatureKindRef<'a>> for AbstractFillingElementKindRef<'a>
impl<'a> TryFrom<AbstractFeatureKindRef<'a>> for AbstractFillingElementKindRef<'a>
Source§impl<'a> TryFrom<AbstractFeatureWithLifespanKindRef<'a>> for AbstractFillingElementKindRef<'a>
impl<'a> TryFrom<AbstractFeatureWithLifespanKindRef<'a>> for AbstractFillingElementKindRef<'a>
Source§impl<'a> TryFrom<AbstractFillingElementKindRef<'a>> for &'a Door
impl<'a> TryFrom<AbstractFillingElementKindRef<'a>> for &'a Door
Source§impl<'a> TryFrom<AbstractFillingElementKindRef<'a>> for &'a Window
impl<'a> TryFrom<AbstractFillingElementKindRef<'a>> for &'a Window
Source§impl<'a> TryFrom<AbstractOccupiedSpaceKindRef<'a>> for AbstractFillingElementKindRef<'a>
impl<'a> TryFrom<AbstractOccupiedSpaceKindRef<'a>> for AbstractFillingElementKindRef<'a>
Source§impl<'a> TryFrom<AbstractPhysicalSpaceKindRef<'a>> for AbstractFillingElementKindRef<'a>
impl<'a> TryFrom<AbstractPhysicalSpaceKindRef<'a>> for AbstractFillingElementKindRef<'a>
Source§impl<'a> TryFrom<AbstractSpaceKindRef<'a>> for AbstractFillingElementKindRef<'a>
impl<'a> TryFrom<AbstractSpaceKindRef<'a>> for AbstractFillingElementKindRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for AbstractFillingElementKindRef<'a>
impl<'a> RefUnwindSafe for AbstractFillingElementKindRef<'a>
impl<'a> Send for AbstractFillingElementKindRef<'a>
impl<'a> Sync for AbstractFillingElementKindRef<'a>
impl<'a> Unpin for AbstractFillingElementKindRef<'a>
impl<'a> UnsafeUnpin for AbstractFillingElementKindRef<'a>
impl<'a> UnwindSafe for AbstractFillingElementKindRef<'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.