[][src]Module ketos::structs

Implementation of Struct and StructDef values

Structs

ForeignStructDef

Provides a StructDefinition implementation for StructValue types.

Struct

Represents a structure value containing named fields

StructDef

Represents the definition of a class of struct value

StructValueDef

Implements StructDefinition for Struct values

Traits

StructDefinition

Implements construction and field access for Struct and struct-like values.

StructValue

Implements functionality for Ketos struct values on a Rust type.

Type Definitions

StructDefMap

Mapping of Rc<StructDef> by TypeId.