valConfig=RustModule.public("config",documentation="Configuration for the service.")
valError=RustModule.public("error",documentation="All error types that operations can return. Documentation on these types is copied from the model.")
valOperation=RustModule.public("operation",documentation="All operations that this crate can perform.")
valMeta=RustModule.public("meta",documentation="Information about this crate.")
valInput=RustModule.public("input",documentation="Input structures for operations. Documentation on these types is copied from the model.")
valOutput=RustModule.public("output",documentation="Output structures for operations. Documentation on these types is copied from the model.")
valPrimitives=RustModule.public("primitives",documentation="Data primitives referenced by other data types.")
valConfig=RustModule.public("config")
valError=RustModule.public("error")
valEndpoint=RustModule.public("endpoint")
valOperation=RustModule.public("operation")
valMeta=RustModule.public("meta")
valInput=RustModule.public("input")
valOutput=RustModule.public("output")
valPrimitives=RustModule.public("primitives")
/** crate::types */
valtypes=Types.self
objectTypes{
/** crate::types */
valself=RustModule.public("types",documentation="Data primitives referenced by other data types.")
valself=RustModule.public("types")
/** crate::types::error */
valError=RustModule.public("error",parent=self,documentation="All error types that operations can return. Documentation on these types is copied from the model.")
valError=RustModule.public("error",parent=self)
}
// TODO(CrateReorganization): Remove this module when cleaning up `enableNewCrateOrganizationScheme`
valModel=RustModule.public("model",documentation="Data structures used by operation inputs/outputs. Documentation on these types is copied from the model.")