Struct phile::sqir::ClassType [] [src]

pub struct ClassType {
    pub name: String,
    pub fields: BTreeMap<String, WkType>,
}

Describes a class type.

Fields

The name of the class type.

The list of fields: keys are the field names; each value is the type of the referred field.

Trait Implementations

impl Debug for ClassType
[src]

[src]

Formats the value using the given formatter.