☰
ModuleIdent
ModuleIdent
Trait Implementations
TName
In move_lang::expansion::ast
Structs
AbilitySet
AbilitySetIntoIter
AbilitySetIter
Constant
Friend
Function
FunctionSignature
ModuleDefinition
ModuleIdent_
PragmaProperty_
Program
Script
SpecBlock_
SpecId
StructDefinition
StructTypeParameter
Enums
Address
AttributeValue_
Attribute_
ExpDotted_
Exp_
FunctionBody_
LValue_
ModuleAccess_
Neighbor
PragmaValue
SequenceItem_
SpecBlockMember_
SpecBlockTarget_
SpecConditionKind_
StructFields
Type_
Value_
Functions
ability_constraints_ast_debug
ability_modifiers_ast_debug
Type Definitions
Attribute
AttributeValue
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_lang
::
expansion
::
ast
::
ModuleIdent
source
·
[
−
]
pub type ModuleIdent = Spanned<
ModuleIdent_
>;
Trait Implementations
§
source
§
impl
TName
for
ModuleIdent
§
type
Key
=
ModuleIdent_
§
type
Loc
= Loc
source
§
fn
drop_loc
(self) -> (Loc,
ModuleIdent_
)
source
§
fn
add_loc
(loc: Loc, value:
ModuleIdent_
) ->
ModuleIdent
source
§
fn
borrow
(&self) -> (&Loc, &
ModuleIdent_
)