pub struct CanonicalSchemaSet {Show 24 fields
pub metadata: SchemaRef,
pub extensions: SchemaRef,
pub vertices: SchemaRef,
pub cityobjects: SchemaRef,
pub cityobject_children: SchemaRef,
pub geometries: SchemaRef,
pub geometry_boundaries: SchemaRef,
pub geometry_instances: SchemaRef,
pub template_vertices: SchemaRef,
pub template_geometries: SchemaRef,
pub template_geometry_boundaries: SchemaRef,
pub semantics: SchemaRef,
pub semantic_children: SchemaRef,
pub geometry_surface_semantics: SchemaRef,
pub geometry_point_semantics: SchemaRef,
pub geometry_linestring_semantics: SchemaRef,
pub template_geometry_semantics: SchemaRef,
pub materials: SchemaRef,
pub geometry_surface_materials: SchemaRef,
pub template_geometry_materials: SchemaRef,
pub textures: SchemaRef,
pub texture_vertices: SchemaRef,
pub geometry_ring_textures: SchemaRef,
pub template_geometry_ring_textures: SchemaRef,
}Fields§
§metadata: SchemaRef§extensions: SchemaRef§vertices: SchemaRef§cityobjects: SchemaRef§cityobject_children: SchemaRef§geometries: SchemaRef§geometry_boundaries: SchemaRef§geometry_instances: SchemaRef§template_vertices: SchemaRef§template_geometries: SchemaRef§template_geometry_boundaries: SchemaRef§semantics: SchemaRef§semantic_children: SchemaRef§geometry_surface_semantics: SchemaRef§geometry_point_semantics: SchemaRef§geometry_linestring_semantics: SchemaRef§template_geometry_semantics: SchemaRef§materials: SchemaRef§geometry_surface_materials: SchemaRef§template_geometry_materials: SchemaRef§textures: SchemaRef§texture_vertices: SchemaRef§geometry_ring_textures: SchemaRef§template_geometry_ring_textures: SchemaRefTrait Implementations§
Source§impl Clone for CanonicalSchemaSet
impl Clone for CanonicalSchemaSet
Source§fn clone(&self) -> CanonicalSchemaSet
fn clone(&self) -> CanonicalSchemaSet
Returns a duplicate of the value. Read more
1.0.0 · 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 CanonicalSchemaSet
impl Debug for CanonicalSchemaSet
Source§impl PartialEq for CanonicalSchemaSet
impl PartialEq for CanonicalSchemaSet
impl Eq for CanonicalSchemaSet
impl StructuralPartialEq for CanonicalSchemaSet
Auto Trait Implementations§
impl Freeze for CanonicalSchemaSet
impl RefUnwindSafe for CanonicalSchemaSet
impl Send for CanonicalSchemaSet
impl Sync for CanonicalSchemaSet
impl Unpin for CanonicalSchemaSet
impl UnsafeUnpin for CanonicalSchemaSet
impl UnwindSafe for CanonicalSchemaSet
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.