public PsiElement getNameIdentifier() {
return getItemName();
}
public List<? extends com.intellij.psi.PsiNamedElement> getChildrenItems() {
RustStructBody structBody = getStructBody();
if (structBody instanceof RustStructBodyBlock) {
return ((RustStructBodyBlock) structBody).getStructPropertyList();
}
return Collections.emptyList();