☰
AttributeName
Trait Implementations
TName
In move_compiler::expansion::ast
?
Type Definition
move_compiler
::
expansion
::
ast
::
AttributeName
source
·
[
−
]
pub type AttributeName =
Spanned
<
AttributeName_
>;
Trait Implementations
source
impl
TName
for
AttributeName
type
Key
=
AttributeName_
type
Loc
=
Loc
source
fn
drop_loc
(self) ->
(
Self::
Loc
, Self::
Key
)
source
fn
add_loc
(loc: Self::
Loc
, name_: Self::
Key
) -> Self
source
fn
borrow
(&self) ->
(
&Self::
Loc
, &Self::
Key
)