☰
Name
Name
Trait Implementations
TName
In move_lang::shared
Modules
ast_debug
known_attributes
remembering_unique_map
unique_map
unique_set
Structs
AddressBytes
CompilationEnv
Counter
Flags
Constants
ADDRESS_LENGTH
Traits
Identifier
TName
Functions
format_comma
format_delim
parse_named_address
parse_u128
parse_u64
parse_u8
shortest_cycle
verify_and_create_named_address_mapping
Type Definitions
Name
?
Type Definition
move_lang
::
shared
::
Name
source
·
[
−
]
pub type Name = Spanned<Symbol>;
Trait Implementations
§
source
§
impl
TName
for
Name
§
type
Key
= Symbol
§
type
Loc
= Loc
source
§
fn
drop_loc
(self) -> (Loc, Symbol)
source
§
fn
add_loc
(loc: Loc, key: Symbol) -> Self
source
§
fn
borrow
(&self) -> (&Loc, &Symbol)