☰
Attributes
Attributes
Trait Implementations
AstDebug
In move_compiler::expansion::ast
Structs
AbilitySet
AbilitySetIntoIter
AbilitySetIter
Constant
Friend
Function
FunctionSignature
ModuleDefinition
ModuleIdent_
PragmaProperty_
Program
Script
SpecBlock_
SpecId
StructDefinition
StructTypeParameter
Enums
Address
AttributeName_
AttributeValue_
Attribute_
ExpDotted_
Exp_
FunctionBody_
LValue_
ModuleAccess_
Neighbor
PragmaValue
SequenceItem_
SpecBlockMember_
SpecBlockTarget_
SpecConditionKind_
StructFields
Type_
Value_
Visibility
Functions
ability_constraints_ast_debug
ability_modifiers_ast_debug
Type Definitions
Attribute
AttributeName
AttributeValue
Attributes
Exp
ExpDotted
Fields
FunctionBody
LValue
LValueList
LValueList_
LValueWithRange
LValueWithRangeList
LValueWithRangeList_
LValueWithRange_
ModuleAccess
ModuleIdent
PragmaProperty
Sequence
SequenceItem
SpecBlock
SpecBlockMember
SpecBlockTarget
SpecConditionKind
Type
Value
?
Type Definition
move_compiler
::
expansion
::
ast
::
Attributes
source
·
[
−
]
pub type Attributes =
UniqueMap
<
AttributeName
,
Attribute
>;
Trait Implementations
source
impl
AstDebug
for
Attributes
source
fn
ast_debug
(&self, w: &mut
AstWriter
)