Module transform

Source

Structs§

AllowDeprecatedEnterToken
AllowDeprecatedState
ArgsMultiplicity
Defines the minimum and the maximum number of AttributeArgs that an Attribute can have.
Attribute
AttributeArg
Attributes
Stores the Attributes that annotate an element.

Enums§

ArgsExpectValues
Defines if AttributeArgs within the same Attribute can or must have a value specified.
AttributeDirection
AttributeKind
Kinds of attributes supported by the compiler.
ExpectedArgs
Defines which AttributeArgs an Attribute expects.
StructOrEnumField
Denotes if a sway_ast::TypeField belongs to a struct or to an enum.
TraitItemParent
Denotes if an ItemTraitItem belongs to an ABI or to a trait.