Module state

Source
Expand description

Protocol structs for Schema state

Structs§

LatLong
Native representation of the LatLong schema data type
LatLongBuilder
Builder used to create a LatLong
PropertyDefinition
Native implementation of PropertyDefinition
PropertyDefinitionBuilder
Builder used to create a PropertyDefinition
PropertyValue
Native implementation of PropertyValue
PropertyValueBuilder
Builder used to create a PropertyValue
Schema
Native representation of a Schema
SchemaBuilder
Builder used to create a Schema
SchemaList
Native representation of a list of Schemas
SchemaListBuilder
Builder used to create a list of Schemas

Enums§

DataType
Native representation of a DataType
LatLongBuildError
Returned if any required fields in a LatLong struct are invalid when being converted from the corresponding builder
PropertyDefinitionBuildError
Returned if any required fields in a PropertyDefinition are not present when being converted from the corresponding builder
PropertyValueBuildError
Returned if any required fields in a PropertyValue are not present when being converted from the corresponding builder
SchemaBuildError
Returned if any required fields in a Schema are not present when being converted from the corresponding builder
SchemaListBuildError
Returned if any required fields in a SchemaList are not present when being converted from the corresponding builder