pub struct SyntaxStablePtrId(/* private fields */);
Implementations§
source§impl SyntaxStablePtrId
impl SyntaxStablePtrId
sourcepub fn lookup(&self, db: &dyn SyntaxGroup) -> SyntaxNode
pub fn lookup(&self, db: &dyn SyntaxGroup) -> SyntaxNode
Lookups a syntax node using a stable syntax pointer. Should only be called on the root from which the stable pointer was generated.
pub fn file_id(&self, db: &dyn SyntaxGroup) -> FileId
sourcepub fn parent(&self, db: &dyn SyntaxGroup) -> SyntaxStablePtrId
pub fn parent(&self, db: &dyn SyntaxGroup) -> SyntaxStablePtrId
Returns the stable pointer of the parent of this stable pointer.
Assumes that the parent exists (that is, self
is not the root). Panics otherwise.
sourcepub fn nth_parent(&self, db: &dyn SyntaxGroup, n: usize) -> SyntaxStablePtrId
pub fn nth_parent(&self, db: &dyn SyntaxGroup, n: usize) -> SyntaxStablePtrId
Returns the stable pointer of the n
th parent of this stable pointer.
n = 0: returns itself.
n = 1: return the parent.
n = 2: return the grand parent.
And so on…
Assumes that the n
th parent exists. Panics otherwise.
sourcepub fn kind(&self, db: &dyn SyntaxGroup) -> SyntaxKind
pub fn kind(&self, db: &dyn SyntaxGroup) -> SyntaxKind
Returns the kind of this stable pointer.
Assumes that self
is not the root. Panics otherwise.
Trait Implementations§
source§impl Clone for SyntaxStablePtrId
impl Clone for SyntaxStablePtrId
source§fn clone(&self) -> SyntaxStablePtrId
fn clone(&self) -> SyntaxStablePtrId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SyntaxStablePtrId
impl Debug for SyntaxStablePtrId
source§impl<T: ?Sized + Upcast<dyn SyntaxGroup + 'static>> DebugWithDb<T> for SyntaxStablePtrId
impl<T: ?Sized + Upcast<dyn SyntaxGroup + 'static>> DebugWithDb<T> for SyntaxStablePtrId
source§impl From<&AliasClause> for SyntaxStablePtrId
impl From<&AliasClause> for SyntaxStablePtrId
source§fn from(node: &AliasClause) -> Self
fn from(node: &AliasClause) -> Self
Converts to this type from the input type.
source§impl From<&Arg> for SyntaxStablePtrId
impl From<&Arg> for SyntaxStablePtrId
source§impl From<&ArgClause> for SyntaxStablePtrId
impl From<&ArgClause> for SyntaxStablePtrId
source§impl From<&ArgClauseFieldInitShorthand> for SyntaxStablePtrId
impl From<&ArgClauseFieldInitShorthand> for SyntaxStablePtrId
source§fn from(node: &ArgClauseFieldInitShorthand) -> Self
fn from(node: &ArgClauseFieldInitShorthand) -> Self
Converts to this type from the input type.
source§impl From<&ArgClauseNamed> for SyntaxStablePtrId
impl From<&ArgClauseNamed> for SyntaxStablePtrId
source§fn from(node: &ArgClauseNamed) -> Self
fn from(node: &ArgClauseNamed) -> Self
Converts to this type from the input type.
source§impl From<&ArgClauseUnnamed> for SyntaxStablePtrId
impl From<&ArgClauseUnnamed> for SyntaxStablePtrId
source§fn from(node: &ArgClauseUnnamed) -> Self
fn from(node: &ArgClauseUnnamed) -> Self
Converts to this type from the input type.
source§impl From<&ArgList> for SyntaxStablePtrId
impl From<&ArgList> for SyntaxStablePtrId
source§impl From<&ArgListBraced> for SyntaxStablePtrId
impl From<&ArgListBraced> for SyntaxStablePtrId
source§fn from(node: &ArgListBraced) -> Self
fn from(node: &ArgListBraced) -> Self
Converts to this type from the input type.
source§impl From<&ArgListBracketed> for SyntaxStablePtrId
impl From<&ArgListBracketed> for SyntaxStablePtrId
source§fn from(node: &ArgListBracketed) -> Self
fn from(node: &ArgListBracketed) -> Self
Converts to this type from the input type.
source§impl From<&ArgListParenthesized> for SyntaxStablePtrId
impl From<&ArgListParenthesized> for SyntaxStablePtrId
source§fn from(node: &ArgListParenthesized) -> Self
fn from(node: &ArgListParenthesized) -> Self
Converts to this type from the input type.
source§impl From<&Attribute> for SyntaxStablePtrId
impl From<&Attribute> for SyntaxStablePtrId
source§impl From<&AttributeList> for SyntaxStablePtrId
impl From<&AttributeList> for SyntaxStablePtrId
source§fn from(node: &AttributeList) -> Self
fn from(node: &AttributeList) -> Self
Converts to this type from the input type.
source§impl From<&BinaryOperator> for SyntaxStablePtrId
impl From<&BinaryOperator> for SyntaxStablePtrId
source§fn from(node: &BinaryOperator) -> Self
fn from(node: &BinaryOperator) -> Self
Converts to this type from the input type.
source§impl From<&BlockOrIf> for SyntaxStablePtrId
impl From<&BlockOrIf> for SyntaxStablePtrId
source§impl From<&ClosureParamWrapper> for SyntaxStablePtrId
impl From<&ClosureParamWrapper> for SyntaxStablePtrId
source§fn from(node: &ClosureParamWrapper) -> Self
fn from(node: &ClosureParamWrapper) -> Self
Converts to this type from the input type.
source§impl From<&ClosureParamWrapperNAry> for SyntaxStablePtrId
impl From<&ClosureParamWrapperNAry> for SyntaxStablePtrId
source§fn from(node: &ClosureParamWrapperNAry) -> Self
fn from(node: &ClosureParamWrapperNAry) -> Self
Converts to this type from the input type.
source§impl From<&Condition> for SyntaxStablePtrId
impl From<&Condition> for SyntaxStablePtrId
source§impl From<&ConditionExpr> for SyntaxStablePtrId
impl From<&ConditionExpr> for SyntaxStablePtrId
source§fn from(node: &ConditionExpr) -> Self
fn from(node: &ConditionExpr) -> Self
Converts to this type from the input type.
source§impl From<&ConditionLet> for SyntaxStablePtrId
impl From<&ConditionLet> for SyntaxStablePtrId
source§fn from(node: &ConditionLet) -> Self
fn from(node: &ConditionLet) -> Self
Converts to this type from the input type.
source§impl From<&ElseClause> for SyntaxStablePtrId
impl From<&ElseClause> for SyntaxStablePtrId
source§fn from(node: &ElseClause) -> Self
fn from(node: &ElseClause) -> Self
Converts to this type from the input type.
source§impl From<&Expr> for SyntaxStablePtrId
impl From<&Expr> for SyntaxStablePtrId
source§impl From<&ExprBinary> for SyntaxStablePtrId
impl From<&ExprBinary> for SyntaxStablePtrId
source§fn from(node: &ExprBinary) -> Self
fn from(node: &ExprBinary) -> Self
Converts to this type from the input type.
source§impl From<&ExprBlock> for SyntaxStablePtrId
impl From<&ExprBlock> for SyntaxStablePtrId
source§impl From<&ExprClause> for SyntaxStablePtrId
impl From<&ExprClause> for SyntaxStablePtrId
source§fn from(node: &ExprClause) -> Self
fn from(node: &ExprClause) -> Self
Converts to this type from the input type.
source§impl From<&ExprClosure> for SyntaxStablePtrId
impl From<&ExprClosure> for SyntaxStablePtrId
source§fn from(node: &ExprClosure) -> Self
fn from(node: &ExprClosure) -> Self
Converts to this type from the input type.
source§impl From<&ExprErrorPropagate> for SyntaxStablePtrId
impl From<&ExprErrorPropagate> for SyntaxStablePtrId
source§fn from(node: &ExprErrorPropagate) -> Self
fn from(node: &ExprErrorPropagate) -> Self
Converts to this type from the input type.
source§impl From<&ExprFieldInitShorthand> for SyntaxStablePtrId
impl From<&ExprFieldInitShorthand> for SyntaxStablePtrId
source§fn from(node: &ExprFieldInitShorthand) -> Self
fn from(node: &ExprFieldInitShorthand) -> Self
Converts to this type from the input type.
source§impl From<&ExprFixedSizeArray> for SyntaxStablePtrId
impl From<&ExprFixedSizeArray> for SyntaxStablePtrId
source§fn from(node: &ExprFixedSizeArray) -> Self
fn from(node: &ExprFixedSizeArray) -> Self
Converts to this type from the input type.
source§impl From<&ExprFor> for SyntaxStablePtrId
impl From<&ExprFor> for SyntaxStablePtrId
source§impl From<&ExprFunctionCall> for SyntaxStablePtrId
impl From<&ExprFunctionCall> for SyntaxStablePtrId
source§fn from(node: &ExprFunctionCall) -> Self
fn from(node: &ExprFunctionCall) -> Self
Converts to this type from the input type.
source§impl From<&ExprIf> for SyntaxStablePtrId
impl From<&ExprIf> for SyntaxStablePtrId
source§impl From<&ExprIndexed> for SyntaxStablePtrId
impl From<&ExprIndexed> for SyntaxStablePtrId
source§fn from(node: &ExprIndexed) -> Self
fn from(node: &ExprIndexed) -> Self
Converts to this type from the input type.
source§impl From<&ExprInlineMacro> for SyntaxStablePtrId
impl From<&ExprInlineMacro> for SyntaxStablePtrId
source§fn from(node: &ExprInlineMacro) -> Self
fn from(node: &ExprInlineMacro) -> Self
Converts to this type from the input type.
source§impl From<&ExprList> for SyntaxStablePtrId
impl From<&ExprList> for SyntaxStablePtrId
source§impl From<&ExprListParenthesized> for SyntaxStablePtrId
impl From<&ExprListParenthesized> for SyntaxStablePtrId
source§fn from(node: &ExprListParenthesized) -> Self
fn from(node: &ExprListParenthesized) -> Self
Converts to this type from the input type.
source§impl From<&ExprLoop> for SyntaxStablePtrId
impl From<&ExprLoop> for SyntaxStablePtrId
source§impl From<&ExprMatch> for SyntaxStablePtrId
impl From<&ExprMatch> for SyntaxStablePtrId
source§impl From<&ExprMissing> for SyntaxStablePtrId
impl From<&ExprMissing> for SyntaxStablePtrId
source§fn from(node: &ExprMissing) -> Self
fn from(node: &ExprMissing) -> Self
Converts to this type from the input type.
source§impl From<&ExprParenthesized> for SyntaxStablePtrId
impl From<&ExprParenthesized> for SyntaxStablePtrId
source§fn from(node: &ExprParenthesized) -> Self
fn from(node: &ExprParenthesized) -> Self
Converts to this type from the input type.
source§impl From<&ExprPath> for SyntaxStablePtrId
impl From<&ExprPath> for SyntaxStablePtrId
source§impl From<&ExprStructCtorCall> for SyntaxStablePtrId
impl From<&ExprStructCtorCall> for SyntaxStablePtrId
source§fn from(node: &ExprStructCtorCall) -> Self
fn from(node: &ExprStructCtorCall) -> Self
Converts to this type from the input type.
source§impl From<&ExprUnary> for SyntaxStablePtrId
impl From<&ExprUnary> for SyntaxStablePtrId
source§impl From<&ExprWhile> for SyntaxStablePtrId
impl From<&ExprWhile> for SyntaxStablePtrId
source§impl From<&FixedSizeArraySize> for SyntaxStablePtrId
impl From<&FixedSizeArraySize> for SyntaxStablePtrId
source§fn from(node: &FixedSizeArraySize) -> Self
fn from(node: &FixedSizeArraySize) -> Self
Converts to this type from the input type.
source§impl From<&FunctionDeclaration> for SyntaxStablePtrId
impl From<&FunctionDeclaration> for SyntaxStablePtrId
source§fn from(node: &FunctionDeclaration) -> Self
fn from(node: &FunctionDeclaration) -> Self
Converts to this type from the input type.
source§impl From<&FunctionSignature> for SyntaxStablePtrId
impl From<&FunctionSignature> for SyntaxStablePtrId
source§fn from(node: &FunctionSignature) -> Self
fn from(node: &FunctionSignature) -> Self
Converts to this type from the input type.
source§impl From<&FunctionWithBody> for SyntaxStablePtrId
impl From<&FunctionWithBody> for SyntaxStablePtrId
source§fn from(node: &FunctionWithBody) -> Self
fn from(node: &FunctionWithBody) -> Self
Converts to this type from the input type.
source§impl From<&GenericArg> for SyntaxStablePtrId
impl From<&GenericArg> for SyntaxStablePtrId
source§fn from(node: &GenericArg) -> Self
fn from(node: &GenericArg) -> Self
Converts to this type from the input type.
source§impl From<&GenericArgList> for SyntaxStablePtrId
impl From<&GenericArgList> for SyntaxStablePtrId
source§fn from(node: &GenericArgList) -> Self
fn from(node: &GenericArgList) -> Self
Converts to this type from the input type.
source§impl From<&GenericArgNamed> for SyntaxStablePtrId
impl From<&GenericArgNamed> for SyntaxStablePtrId
source§fn from(node: &GenericArgNamed) -> Self
fn from(node: &GenericArgNamed) -> Self
Converts to this type from the input type.
source§impl From<&GenericArgUnnamed> for SyntaxStablePtrId
impl From<&GenericArgUnnamed> for SyntaxStablePtrId
source§fn from(node: &GenericArgUnnamed) -> Self
fn from(node: &GenericArgUnnamed) -> Self
Converts to this type from the input type.
source§impl From<&GenericArgValue> for SyntaxStablePtrId
impl From<&GenericArgValue> for SyntaxStablePtrId
source§fn from(node: &GenericArgValue) -> Self
fn from(node: &GenericArgValue) -> Self
Converts to this type from the input type.
source§impl From<&GenericArgValueExpr> for SyntaxStablePtrId
impl From<&GenericArgValueExpr> for SyntaxStablePtrId
source§fn from(node: &GenericArgValueExpr) -> Self
fn from(node: &GenericArgValueExpr) -> Self
Converts to this type from the input type.
source§impl From<&GenericArgs> for SyntaxStablePtrId
impl From<&GenericArgs> for SyntaxStablePtrId
source§fn from(node: &GenericArgs) -> Self
fn from(node: &GenericArgs) -> Self
Converts to this type from the input type.
source§impl From<&GenericParam> for SyntaxStablePtrId
impl From<&GenericParam> for SyntaxStablePtrId
source§fn from(node: &GenericParam) -> Self
fn from(node: &GenericParam) -> Self
Converts to this type from the input type.
source§impl From<&GenericParamConst> for SyntaxStablePtrId
impl From<&GenericParamConst> for SyntaxStablePtrId
source§fn from(node: &GenericParamConst) -> Self
fn from(node: &GenericParamConst) -> Self
Converts to this type from the input type.
source§impl From<&GenericParamImplAnonymous> for SyntaxStablePtrId
impl From<&GenericParamImplAnonymous> for SyntaxStablePtrId
source§fn from(node: &GenericParamImplAnonymous) -> Self
fn from(node: &GenericParamImplAnonymous) -> Self
Converts to this type from the input type.
source§impl From<&GenericParamImplNamed> for SyntaxStablePtrId
impl From<&GenericParamImplNamed> for SyntaxStablePtrId
source§fn from(node: &GenericParamImplNamed) -> Self
fn from(node: &GenericParamImplNamed) -> Self
Converts to this type from the input type.
source§impl From<&GenericParamList> for SyntaxStablePtrId
impl From<&GenericParamList> for SyntaxStablePtrId
source§fn from(node: &GenericParamList) -> Self
fn from(node: &GenericParamList) -> Self
Converts to this type from the input type.
source§impl From<&GenericParamNegativeImpl> for SyntaxStablePtrId
impl From<&GenericParamNegativeImpl> for SyntaxStablePtrId
source§fn from(node: &GenericParamNegativeImpl) -> Self
fn from(node: &GenericParamNegativeImpl) -> Self
Converts to this type from the input type.
source§impl From<&GenericParamType> for SyntaxStablePtrId
impl From<&GenericParamType> for SyntaxStablePtrId
source§fn from(node: &GenericParamType) -> Self
fn from(node: &GenericParamType) -> Self
Converts to this type from the input type.
source§impl From<&ImplBody> for SyntaxStablePtrId
impl From<&ImplBody> for SyntaxStablePtrId
source§impl From<&ImplItem> for SyntaxStablePtrId
impl From<&ImplItem> for SyntaxStablePtrId
source§impl From<&ImplItemList> for SyntaxStablePtrId
impl From<&ImplItemList> for SyntaxStablePtrId
source§fn from(node: &ImplItemList) -> Self
fn from(node: &ImplItemList) -> Self
Converts to this type from the input type.
source§impl From<&ImplItemMissing> for SyntaxStablePtrId
impl From<&ImplItemMissing> for SyntaxStablePtrId
source§fn from(node: &ImplItemMissing) -> Self
fn from(node: &ImplItemMissing) -> Self
Converts to this type from the input type.
source§impl From<&ImplicitsClause> for SyntaxStablePtrId
impl From<&ImplicitsClause> for SyntaxStablePtrId
source§fn from(node: &ImplicitsClause) -> Self
fn from(node: &ImplicitsClause) -> Self
Converts to this type from the input type.
source§impl From<&ImplicitsList> for SyntaxStablePtrId
impl From<&ImplicitsList> for SyntaxStablePtrId
source§fn from(node: &ImplicitsList) -> Self
fn from(node: &ImplicitsList) -> Self
Converts to this type from the input type.
source§impl From<&ItemConstant> for SyntaxStablePtrId
impl From<&ItemConstant> for SyntaxStablePtrId
source§fn from(node: &ItemConstant) -> Self
fn from(node: &ItemConstant) -> Self
Converts to this type from the input type.
source§impl From<&ItemEnum> for SyntaxStablePtrId
impl From<&ItemEnum> for SyntaxStablePtrId
source§impl From<&ItemExternFunction> for SyntaxStablePtrId
impl From<&ItemExternFunction> for SyntaxStablePtrId
source§fn from(node: &ItemExternFunction) -> Self
fn from(node: &ItemExternFunction) -> Self
Converts to this type from the input type.
source§impl From<&ItemExternType> for SyntaxStablePtrId
impl From<&ItemExternType> for SyntaxStablePtrId
source§fn from(node: &ItemExternType) -> Self
fn from(node: &ItemExternType) -> Self
Converts to this type from the input type.
source§impl From<&ItemHeaderDoc> for SyntaxStablePtrId
impl From<&ItemHeaderDoc> for SyntaxStablePtrId
source§fn from(node: &ItemHeaderDoc) -> Self
fn from(node: &ItemHeaderDoc) -> Self
Converts to this type from the input type.
source§impl From<&ItemImpl> for SyntaxStablePtrId
impl From<&ItemImpl> for SyntaxStablePtrId
source§impl From<&ItemImplAlias> for SyntaxStablePtrId
impl From<&ItemImplAlias> for SyntaxStablePtrId
source§fn from(node: &ItemImplAlias) -> Self
fn from(node: &ItemImplAlias) -> Self
Converts to this type from the input type.
source§impl From<&ItemInlineMacro> for SyntaxStablePtrId
impl From<&ItemInlineMacro> for SyntaxStablePtrId
source§fn from(node: &ItemInlineMacro) -> Self
fn from(node: &ItemInlineMacro) -> Self
Converts to this type from the input type.
source§impl From<&ItemModule> for SyntaxStablePtrId
impl From<&ItemModule> for SyntaxStablePtrId
source§fn from(node: &ItemModule) -> Self
fn from(node: &ItemModule) -> Self
Converts to this type from the input type.
source§impl From<&ItemStruct> for SyntaxStablePtrId
impl From<&ItemStruct> for SyntaxStablePtrId
source§fn from(node: &ItemStruct) -> Self
fn from(node: &ItemStruct) -> Self
Converts to this type from the input type.
source§impl From<&ItemTrait> for SyntaxStablePtrId
impl From<&ItemTrait> for SyntaxStablePtrId
source§impl From<&ItemTypeAlias> for SyntaxStablePtrId
impl From<&ItemTypeAlias> for SyntaxStablePtrId
source§fn from(node: &ItemTypeAlias) -> Self
fn from(node: &ItemTypeAlias) -> Self
Converts to this type from the input type.
source§impl From<&ItemUse> for SyntaxStablePtrId
impl From<&ItemUse> for SyntaxStablePtrId
source§impl From<&MatchArm> for SyntaxStablePtrId
impl From<&MatchArm> for SyntaxStablePtrId
source§impl From<&MatchArms> for SyntaxStablePtrId
impl From<&MatchArms> for SyntaxStablePtrId
source§impl From<&MaybeImplBody> for SyntaxStablePtrId
impl From<&MaybeImplBody> for SyntaxStablePtrId
source§fn from(node: &MaybeImplBody) -> Self
fn from(node: &MaybeImplBody) -> Self
Converts to this type from the input type.
source§impl From<&MaybeModuleBody> for SyntaxStablePtrId
impl From<&MaybeModuleBody> for SyntaxStablePtrId
source§fn from(node: &MaybeModuleBody) -> Self
fn from(node: &MaybeModuleBody) -> Self
Converts to this type from the input type.
source§impl From<&MaybeTraitBody> for SyntaxStablePtrId
impl From<&MaybeTraitBody> for SyntaxStablePtrId
source§fn from(node: &MaybeTraitBody) -> Self
fn from(node: &MaybeTraitBody) -> Self
Converts to this type from the input type.
source§impl From<&MaybeTraitFunctionBody> for SyntaxStablePtrId
impl From<&MaybeTraitFunctionBody> for SyntaxStablePtrId
source§fn from(node: &MaybeTraitFunctionBody) -> Self
fn from(node: &MaybeTraitFunctionBody) -> Self
Converts to this type from the input type.
source§impl From<&Member> for SyntaxStablePtrId
impl From<&Member> for SyntaxStablePtrId
source§impl From<&MemberList> for SyntaxStablePtrId
impl From<&MemberList> for SyntaxStablePtrId
source§fn from(node: &MemberList) -> Self
fn from(node: &MemberList) -> Self
Converts to this type from the input type.
source§impl From<&Modifier> for SyntaxStablePtrId
impl From<&Modifier> for SyntaxStablePtrId
source§impl From<&ModifierList> for SyntaxStablePtrId
impl From<&ModifierList> for SyntaxStablePtrId
source§fn from(node: &ModifierList) -> Self
fn from(node: &ModifierList) -> Self
Converts to this type from the input type.
source§impl From<&ModuleBody> for SyntaxStablePtrId
impl From<&ModuleBody> for SyntaxStablePtrId
source§fn from(node: &ModuleBody) -> Self
fn from(node: &ModuleBody) -> Self
Converts to this type from the input type.
source§impl From<&ModuleItem> for SyntaxStablePtrId
impl From<&ModuleItem> for SyntaxStablePtrId
source§fn from(node: &ModuleItem) -> Self
fn from(node: &ModuleItem) -> Self
Converts to this type from the input type.
source§impl From<&ModuleItemList> for SyntaxStablePtrId
impl From<&ModuleItemList> for SyntaxStablePtrId
source§fn from(node: &ModuleItemList) -> Self
fn from(node: &ModuleItemList) -> Self
Converts to this type from the input type.
source§impl From<&ModuleItemMissing> for SyntaxStablePtrId
impl From<&ModuleItemMissing> for SyntaxStablePtrId
source§fn from(node: &ModuleItemMissing) -> Self
fn from(node: &ModuleItemMissing) -> Self
Converts to this type from the input type.
source§impl From<&OptionAliasClause> for SyntaxStablePtrId
impl From<&OptionAliasClause> for SyntaxStablePtrId
source§fn from(node: &OptionAliasClause) -> Self
fn from(node: &OptionAliasClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionAliasClauseEmpty> for SyntaxStablePtrId
impl From<&OptionAliasClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionAliasClauseEmpty) -> Self
fn from(node: &OptionAliasClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionArgListParenthesized> for SyntaxStablePtrId
impl From<&OptionArgListParenthesized> for SyntaxStablePtrId
source§fn from(node: &OptionArgListParenthesized) -> Self
fn from(node: &OptionArgListParenthesized) -> Self
Converts to this type from the input type.
source§impl From<&OptionArgListParenthesizedEmpty> for SyntaxStablePtrId
impl From<&OptionArgListParenthesizedEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionArgListParenthesizedEmpty) -> Self
fn from(node: &OptionArgListParenthesizedEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionElseClause> for SyntaxStablePtrId
impl From<&OptionElseClause> for SyntaxStablePtrId
source§fn from(node: &OptionElseClause) -> Self
fn from(node: &OptionElseClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionElseClauseEmpty> for SyntaxStablePtrId
impl From<&OptionElseClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionElseClauseEmpty) -> Self
fn from(node: &OptionElseClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionExprClause> for SyntaxStablePtrId
impl From<&OptionExprClause> for SyntaxStablePtrId
source§fn from(node: &OptionExprClause) -> Self
fn from(node: &OptionExprClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionExprClauseEmpty> for SyntaxStablePtrId
impl From<&OptionExprClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionExprClauseEmpty) -> Self
fn from(node: &OptionExprClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionFixedSizeArraySize> for SyntaxStablePtrId
impl From<&OptionFixedSizeArraySize> for SyntaxStablePtrId
source§fn from(node: &OptionFixedSizeArraySize) -> Self
fn from(node: &OptionFixedSizeArraySize) -> Self
Converts to this type from the input type.
source§impl From<&OptionFixedSizeArraySizeEmpty> for SyntaxStablePtrId
impl From<&OptionFixedSizeArraySizeEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionFixedSizeArraySizeEmpty) -> Self
fn from(node: &OptionFixedSizeArraySizeEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionImplicitsClause> for SyntaxStablePtrId
impl From<&OptionImplicitsClause> for SyntaxStablePtrId
source§fn from(node: &OptionImplicitsClause) -> Self
fn from(node: &OptionImplicitsClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionImplicitsClauseEmpty> for SyntaxStablePtrId
impl From<&OptionImplicitsClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionImplicitsClauseEmpty) -> Self
fn from(node: &OptionImplicitsClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionPatternEnumInnerPattern> for SyntaxStablePtrId
impl From<&OptionPatternEnumInnerPattern> for SyntaxStablePtrId
source§fn from(node: &OptionPatternEnumInnerPattern) -> Self
fn from(node: &OptionPatternEnumInnerPattern) -> Self
Converts to this type from the input type.
source§impl From<&OptionPatternEnumInnerPatternEmpty> for SyntaxStablePtrId
impl From<&OptionPatternEnumInnerPatternEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionPatternEnumInnerPatternEmpty) -> Self
fn from(node: &OptionPatternEnumInnerPatternEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionReturnTypeClause> for SyntaxStablePtrId
impl From<&OptionReturnTypeClause> for SyntaxStablePtrId
source§fn from(node: &OptionReturnTypeClause) -> Self
fn from(node: &OptionReturnTypeClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionReturnTypeClauseEmpty> for SyntaxStablePtrId
impl From<&OptionReturnTypeClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionReturnTypeClauseEmpty) -> Self
fn from(node: &OptionReturnTypeClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionStructArgExpr> for SyntaxStablePtrId
impl From<&OptionStructArgExpr> for SyntaxStablePtrId
source§fn from(node: &OptionStructArgExpr) -> Self
fn from(node: &OptionStructArgExpr) -> Self
Converts to this type from the input type.
source§impl From<&OptionStructArgExprEmpty> for SyntaxStablePtrId
impl From<&OptionStructArgExprEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionStructArgExprEmpty) -> Self
fn from(node: &OptionStructArgExprEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionTerminalColonColon> for SyntaxStablePtrId
impl From<&OptionTerminalColonColon> for SyntaxStablePtrId
source§fn from(node: &OptionTerminalColonColon) -> Self
fn from(node: &OptionTerminalColonColon) -> Self
Converts to this type from the input type.
source§impl From<&OptionTerminalColonColonEmpty> for SyntaxStablePtrId
impl From<&OptionTerminalColonColonEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionTerminalColonColonEmpty) -> Self
fn from(node: &OptionTerminalColonColonEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionTerminalNoPanic> for SyntaxStablePtrId
impl From<&OptionTerminalNoPanic> for SyntaxStablePtrId
source§fn from(node: &OptionTerminalNoPanic) -> Self
fn from(node: &OptionTerminalNoPanic) -> Self
Converts to this type from the input type.
source§impl From<&OptionTerminalNoPanicEmpty> for SyntaxStablePtrId
impl From<&OptionTerminalNoPanicEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionTerminalNoPanicEmpty) -> Self
fn from(node: &OptionTerminalNoPanicEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionTerminalSemicolon> for SyntaxStablePtrId
impl From<&OptionTerminalSemicolon> for SyntaxStablePtrId
source§fn from(node: &OptionTerminalSemicolon) -> Self
fn from(node: &OptionTerminalSemicolon) -> Self
Converts to this type from the input type.
source§impl From<&OptionTerminalSemicolonEmpty> for SyntaxStablePtrId
impl From<&OptionTerminalSemicolonEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionTerminalSemicolonEmpty) -> Self
fn from(node: &OptionTerminalSemicolonEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionTypeClause> for SyntaxStablePtrId
impl From<&OptionTypeClause> for SyntaxStablePtrId
source§fn from(node: &OptionTypeClause) -> Self
fn from(node: &OptionTypeClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionTypeClauseEmpty> for SyntaxStablePtrId
impl From<&OptionTypeClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionTypeClauseEmpty) -> Self
fn from(node: &OptionTypeClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionVisibilityPubArgumentClause> for SyntaxStablePtrId
impl From<&OptionVisibilityPubArgumentClause> for SyntaxStablePtrId
source§fn from(node: &OptionVisibilityPubArgumentClause) -> Self
fn from(node: &OptionVisibilityPubArgumentClause) -> Self
Converts to this type from the input type.
source§impl From<&OptionVisibilityPubArgumentClauseEmpty> for SyntaxStablePtrId
impl From<&OptionVisibilityPubArgumentClauseEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionVisibilityPubArgumentClauseEmpty) -> Self
fn from(node: &OptionVisibilityPubArgumentClauseEmpty) -> Self
Converts to this type from the input type.
source§impl From<&OptionWrappedGenericParamList> for SyntaxStablePtrId
impl From<&OptionWrappedGenericParamList> for SyntaxStablePtrId
source§fn from(node: &OptionWrappedGenericParamList) -> Self
fn from(node: &OptionWrappedGenericParamList) -> Self
Converts to this type from the input type.
source§impl From<&OptionWrappedGenericParamListEmpty> for SyntaxStablePtrId
impl From<&OptionWrappedGenericParamListEmpty> for SyntaxStablePtrId
source§fn from(node: &OptionWrappedGenericParamListEmpty) -> Self
fn from(node: &OptionWrappedGenericParamListEmpty) -> Self
Converts to this type from the input type.
source§impl From<&Param> for SyntaxStablePtrId
impl From<&Param> for SyntaxStablePtrId
source§impl From<&ParamList> for SyntaxStablePtrId
impl From<&ParamList> for SyntaxStablePtrId
source§impl From<&PathSegment> for SyntaxStablePtrId
impl From<&PathSegment> for SyntaxStablePtrId
source§fn from(node: &PathSegment) -> Self
fn from(node: &PathSegment) -> Self
Converts to this type from the input type.
source§impl From<&PathSegmentSimple> for SyntaxStablePtrId
impl From<&PathSegmentSimple> for SyntaxStablePtrId
source§fn from(node: &PathSegmentSimple) -> Self
fn from(node: &PathSegmentSimple) -> Self
Converts to this type from the input type.
source§impl From<&PathSegmentWithGenericArgs> for SyntaxStablePtrId
impl From<&PathSegmentWithGenericArgs> for SyntaxStablePtrId
source§fn from(node: &PathSegmentWithGenericArgs) -> Self
fn from(node: &PathSegmentWithGenericArgs) -> Self
Converts to this type from the input type.
source§impl From<&Pattern> for SyntaxStablePtrId
impl From<&Pattern> for SyntaxStablePtrId
source§impl From<&PatternEnum> for SyntaxStablePtrId
impl From<&PatternEnum> for SyntaxStablePtrId
source§fn from(node: &PatternEnum) -> Self
fn from(node: &PatternEnum) -> Self
Converts to this type from the input type.
source§impl From<&PatternEnumInnerPattern> for SyntaxStablePtrId
impl From<&PatternEnumInnerPattern> for SyntaxStablePtrId
source§fn from(node: &PatternEnumInnerPattern) -> Self
fn from(node: &PatternEnumInnerPattern) -> Self
Converts to this type from the input type.
source§impl From<&PatternFixedSizeArray> for SyntaxStablePtrId
impl From<&PatternFixedSizeArray> for SyntaxStablePtrId
source§fn from(node: &PatternFixedSizeArray) -> Self
fn from(node: &PatternFixedSizeArray) -> Self
Converts to this type from the input type.
source§impl From<&PatternIdentifier> for SyntaxStablePtrId
impl From<&PatternIdentifier> for SyntaxStablePtrId
source§fn from(node: &PatternIdentifier) -> Self
fn from(node: &PatternIdentifier) -> Self
Converts to this type from the input type.
source§impl From<&PatternList> for SyntaxStablePtrId
impl From<&PatternList> for SyntaxStablePtrId
source§fn from(node: &PatternList) -> Self
fn from(node: &PatternList) -> Self
Converts to this type from the input type.
source§impl From<&PatternListOr> for SyntaxStablePtrId
impl From<&PatternListOr> for SyntaxStablePtrId
source§fn from(node: &PatternListOr) -> Self
fn from(node: &PatternListOr) -> Self
Converts to this type from the input type.
source§impl From<&PatternStruct> for SyntaxStablePtrId
impl From<&PatternStruct> for SyntaxStablePtrId
source§fn from(node: &PatternStruct) -> Self
fn from(node: &PatternStruct) -> Self
Converts to this type from the input type.
source§impl From<&PatternStructParam> for SyntaxStablePtrId
impl From<&PatternStructParam> for SyntaxStablePtrId
source§fn from(node: &PatternStructParam) -> Self
fn from(node: &PatternStructParam) -> Self
Converts to this type from the input type.
source§impl From<&PatternStructParamList> for SyntaxStablePtrId
impl From<&PatternStructParamList> for SyntaxStablePtrId
source§fn from(node: &PatternStructParamList) -> Self
fn from(node: &PatternStructParamList) -> Self
Converts to this type from the input type.
source§impl From<&PatternStructParamWithExpr> for SyntaxStablePtrId
impl From<&PatternStructParamWithExpr> for SyntaxStablePtrId
source§fn from(node: &PatternStructParamWithExpr) -> Self
fn from(node: &PatternStructParamWithExpr) -> Self
Converts to this type from the input type.
source§impl From<&PatternTuple> for SyntaxStablePtrId
impl From<&PatternTuple> for SyntaxStablePtrId
source§fn from(node: &PatternTuple) -> Self
fn from(node: &PatternTuple) -> Self
Converts to this type from the input type.
source§impl From<&ReturnTypeClause> for SyntaxStablePtrId
impl From<&ReturnTypeClause> for SyntaxStablePtrId
source§fn from(node: &ReturnTypeClause) -> Self
fn from(node: &ReturnTypeClause) -> Self
Converts to this type from the input type.
source§impl From<&SkippedNode> for SyntaxStablePtrId
impl From<&SkippedNode> for SyntaxStablePtrId
source§fn from(node: &SkippedNode) -> Self
fn from(node: &SkippedNode) -> Self
Converts to this type from the input type.
source§impl From<&Statement> for SyntaxStablePtrId
impl From<&Statement> for SyntaxStablePtrId
source§impl From<&StatementBreak> for SyntaxStablePtrId
impl From<&StatementBreak> for SyntaxStablePtrId
source§fn from(node: &StatementBreak) -> Self
fn from(node: &StatementBreak) -> Self
Converts to this type from the input type.
source§impl From<&StatementContinue> for SyntaxStablePtrId
impl From<&StatementContinue> for SyntaxStablePtrId
source§fn from(node: &StatementContinue) -> Self
fn from(node: &StatementContinue) -> Self
Converts to this type from the input type.
source§impl From<&StatementExpr> for SyntaxStablePtrId
impl From<&StatementExpr> for SyntaxStablePtrId
source§fn from(node: &StatementExpr) -> Self
fn from(node: &StatementExpr) -> Self
Converts to this type from the input type.
source§impl From<&StatementItem> for SyntaxStablePtrId
impl From<&StatementItem> for SyntaxStablePtrId
source§fn from(node: &StatementItem) -> Self
fn from(node: &StatementItem) -> Self
Converts to this type from the input type.
source§impl From<&StatementLet> for SyntaxStablePtrId
impl From<&StatementLet> for SyntaxStablePtrId
source§fn from(node: &StatementLet) -> Self
fn from(node: &StatementLet) -> Self
Converts to this type from the input type.
source§impl From<&StatementList> for SyntaxStablePtrId
impl From<&StatementList> for SyntaxStablePtrId
source§fn from(node: &StatementList) -> Self
fn from(node: &StatementList) -> Self
Converts to this type from the input type.
source§impl From<&StatementMissing> for SyntaxStablePtrId
impl From<&StatementMissing> for SyntaxStablePtrId
source§fn from(node: &StatementMissing) -> Self
fn from(node: &StatementMissing) -> Self
Converts to this type from the input type.
source§impl From<&StatementReturn> for SyntaxStablePtrId
impl From<&StatementReturn> for SyntaxStablePtrId
source§fn from(node: &StatementReturn) -> Self
fn from(node: &StatementReturn) -> Self
Converts to this type from the input type.
source§impl From<&StructArg> for SyntaxStablePtrId
impl From<&StructArg> for SyntaxStablePtrId
source§impl From<&StructArgExpr> for SyntaxStablePtrId
impl From<&StructArgExpr> for SyntaxStablePtrId
source§fn from(node: &StructArgExpr) -> Self
fn from(node: &StructArgExpr) -> Self
Converts to this type from the input type.
source§impl From<&StructArgList> for SyntaxStablePtrId
impl From<&StructArgList> for SyntaxStablePtrId
source§fn from(node: &StructArgList) -> Self
fn from(node: &StructArgList) -> Self
Converts to this type from the input type.
source§impl From<&StructArgListBraced> for SyntaxStablePtrId
impl From<&StructArgListBraced> for SyntaxStablePtrId
source§fn from(node: &StructArgListBraced) -> Self
fn from(node: &StructArgListBraced) -> Self
Converts to this type from the input type.
source§impl From<&StructArgSingle> for SyntaxStablePtrId
impl From<&StructArgSingle> for SyntaxStablePtrId
source§fn from(node: &StructArgSingle) -> Self
fn from(node: &StructArgSingle) -> Self
Converts to this type from the input type.
source§impl From<&StructArgTail> for SyntaxStablePtrId
impl From<&StructArgTail> for SyntaxStablePtrId
source§fn from(node: &StructArgTail) -> Self
fn from(node: &StructArgTail) -> Self
Converts to this type from the input type.
source§impl From<&SyntaxFile> for SyntaxStablePtrId
impl From<&SyntaxFile> for SyntaxStablePtrId
source§fn from(node: &SyntaxFile) -> Self
fn from(node: &SyntaxFile) -> Self
Converts to this type from the input type.
source§impl From<&TerminalAnd> for SyntaxStablePtrId
impl From<&TerminalAnd> for SyntaxStablePtrId
source§fn from(node: &TerminalAnd) -> Self
fn from(node: &TerminalAnd) -> Self
Converts to this type from the input type.
source§impl From<&TerminalAndAnd> for SyntaxStablePtrId
impl From<&TerminalAndAnd> for SyntaxStablePtrId
source§fn from(node: &TerminalAndAnd) -> Self
fn from(node: &TerminalAndAnd) -> Self
Converts to this type from the input type.
source§impl From<&TerminalArrow> for SyntaxStablePtrId
impl From<&TerminalArrow> for SyntaxStablePtrId
source§fn from(node: &TerminalArrow) -> Self
fn from(node: &TerminalArrow) -> Self
Converts to this type from the input type.
source§impl From<&TerminalAs> for SyntaxStablePtrId
impl From<&TerminalAs> for SyntaxStablePtrId
source§fn from(node: &TerminalAs) -> Self
fn from(node: &TerminalAs) -> Self
Converts to this type from the input type.
source§impl From<&TerminalAt> for SyntaxStablePtrId
impl From<&TerminalAt> for SyntaxStablePtrId
source§fn from(node: &TerminalAt) -> Self
fn from(node: &TerminalAt) -> Self
Converts to this type from the input type.
source§impl From<&TerminalBadCharacters> for SyntaxStablePtrId
impl From<&TerminalBadCharacters> for SyntaxStablePtrId
source§fn from(node: &TerminalBadCharacters) -> Self
fn from(node: &TerminalBadCharacters) -> Self
Converts to this type from the input type.
source§impl From<&TerminalBitNot> for SyntaxStablePtrId
impl From<&TerminalBitNot> for SyntaxStablePtrId
source§fn from(node: &TerminalBitNot) -> Self
fn from(node: &TerminalBitNot) -> Self
Converts to this type from the input type.
source§impl From<&TerminalBreak> for SyntaxStablePtrId
impl From<&TerminalBreak> for SyntaxStablePtrId
source§fn from(node: &TerminalBreak) -> Self
fn from(node: &TerminalBreak) -> Self
Converts to this type from the input type.
source§impl From<&TerminalColon> for SyntaxStablePtrId
impl From<&TerminalColon> for SyntaxStablePtrId
source§fn from(node: &TerminalColon) -> Self
fn from(node: &TerminalColon) -> Self
Converts to this type from the input type.
source§impl From<&TerminalColonColon> for SyntaxStablePtrId
impl From<&TerminalColonColon> for SyntaxStablePtrId
source§fn from(node: &TerminalColonColon) -> Self
fn from(node: &TerminalColonColon) -> Self
Converts to this type from the input type.
source§impl From<&TerminalComma> for SyntaxStablePtrId
impl From<&TerminalComma> for SyntaxStablePtrId
source§fn from(node: &TerminalComma) -> Self
fn from(node: &TerminalComma) -> Self
Converts to this type from the input type.
source§impl From<&TerminalConst> for SyntaxStablePtrId
impl From<&TerminalConst> for SyntaxStablePtrId
source§fn from(node: &TerminalConst) -> Self
fn from(node: &TerminalConst) -> Self
Converts to this type from the input type.
source§impl From<&TerminalContinue> for SyntaxStablePtrId
impl From<&TerminalContinue> for SyntaxStablePtrId
source§fn from(node: &TerminalContinue) -> Self
fn from(node: &TerminalContinue) -> Self
Converts to this type from the input type.
source§impl From<&TerminalDiv> for SyntaxStablePtrId
impl From<&TerminalDiv> for SyntaxStablePtrId
source§fn from(node: &TerminalDiv) -> Self
fn from(node: &TerminalDiv) -> Self
Converts to this type from the input type.
source§impl From<&TerminalDivEq> for SyntaxStablePtrId
impl From<&TerminalDivEq> for SyntaxStablePtrId
source§fn from(node: &TerminalDivEq) -> Self
fn from(node: &TerminalDivEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalDot> for SyntaxStablePtrId
impl From<&TerminalDot> for SyntaxStablePtrId
source§fn from(node: &TerminalDot) -> Self
fn from(node: &TerminalDot) -> Self
Converts to this type from the input type.
source§impl From<&TerminalDotDot> for SyntaxStablePtrId
impl From<&TerminalDotDot> for SyntaxStablePtrId
source§fn from(node: &TerminalDotDot) -> Self
fn from(node: &TerminalDotDot) -> Self
Converts to this type from the input type.
source§impl From<&TerminalElse> for SyntaxStablePtrId
impl From<&TerminalElse> for SyntaxStablePtrId
source§fn from(node: &TerminalElse) -> Self
fn from(node: &TerminalElse) -> Self
Converts to this type from the input type.
source§impl From<&TerminalEmpty> for SyntaxStablePtrId
impl From<&TerminalEmpty> for SyntaxStablePtrId
source§fn from(node: &TerminalEmpty) -> Self
fn from(node: &TerminalEmpty) -> Self
Converts to this type from the input type.
source§impl From<&TerminalEndOfFile> for SyntaxStablePtrId
impl From<&TerminalEndOfFile> for SyntaxStablePtrId
source§fn from(node: &TerminalEndOfFile) -> Self
fn from(node: &TerminalEndOfFile) -> Self
Converts to this type from the input type.
source§impl From<&TerminalEnum> for SyntaxStablePtrId
impl From<&TerminalEnum> for SyntaxStablePtrId
source§fn from(node: &TerminalEnum) -> Self
fn from(node: &TerminalEnum) -> Self
Converts to this type from the input type.
source§impl From<&TerminalEq> for SyntaxStablePtrId
impl From<&TerminalEq> for SyntaxStablePtrId
source§fn from(node: &TerminalEq) -> Self
fn from(node: &TerminalEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalEqEq> for SyntaxStablePtrId
impl From<&TerminalEqEq> for SyntaxStablePtrId
source§fn from(node: &TerminalEqEq) -> Self
fn from(node: &TerminalEqEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalExtern> for SyntaxStablePtrId
impl From<&TerminalExtern> for SyntaxStablePtrId
source§fn from(node: &TerminalExtern) -> Self
fn from(node: &TerminalExtern) -> Self
Converts to this type from the input type.
source§impl From<&TerminalFalse> for SyntaxStablePtrId
impl From<&TerminalFalse> for SyntaxStablePtrId
source§fn from(node: &TerminalFalse) -> Self
fn from(node: &TerminalFalse) -> Self
Converts to this type from the input type.
source§impl From<&TerminalFor> for SyntaxStablePtrId
impl From<&TerminalFor> for SyntaxStablePtrId
source§fn from(node: &TerminalFor) -> Self
fn from(node: &TerminalFor) -> Self
Converts to this type from the input type.
source§impl From<&TerminalFunction> for SyntaxStablePtrId
impl From<&TerminalFunction> for SyntaxStablePtrId
source§fn from(node: &TerminalFunction) -> Self
fn from(node: &TerminalFunction) -> Self
Converts to this type from the input type.
source§impl From<&TerminalGE> for SyntaxStablePtrId
impl From<&TerminalGE> for SyntaxStablePtrId
source§fn from(node: &TerminalGE) -> Self
fn from(node: &TerminalGE) -> Self
Converts to this type from the input type.
source§impl From<&TerminalGT> for SyntaxStablePtrId
impl From<&TerminalGT> for SyntaxStablePtrId
source§fn from(node: &TerminalGT) -> Self
fn from(node: &TerminalGT) -> Self
Converts to this type from the input type.
source§impl From<&TerminalHash> for SyntaxStablePtrId
impl From<&TerminalHash> for SyntaxStablePtrId
source§fn from(node: &TerminalHash) -> Self
fn from(node: &TerminalHash) -> Self
Converts to this type from the input type.
source§impl From<&TerminalIdentifier> for SyntaxStablePtrId
impl From<&TerminalIdentifier> for SyntaxStablePtrId
source§fn from(node: &TerminalIdentifier) -> Self
fn from(node: &TerminalIdentifier) -> Self
Converts to this type from the input type.
source§impl From<&TerminalIf> for SyntaxStablePtrId
impl From<&TerminalIf> for SyntaxStablePtrId
source§fn from(node: &TerminalIf) -> Self
fn from(node: &TerminalIf) -> Self
Converts to this type from the input type.
source§impl From<&TerminalImpl> for SyntaxStablePtrId
impl From<&TerminalImpl> for SyntaxStablePtrId
source§fn from(node: &TerminalImpl) -> Self
fn from(node: &TerminalImpl) -> Self
Converts to this type from the input type.
source§impl From<&TerminalImplicits> for SyntaxStablePtrId
impl From<&TerminalImplicits> for SyntaxStablePtrId
source§fn from(node: &TerminalImplicits) -> Self
fn from(node: &TerminalImplicits) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLBrace> for SyntaxStablePtrId
impl From<&TerminalLBrace> for SyntaxStablePtrId
source§fn from(node: &TerminalLBrace) -> Self
fn from(node: &TerminalLBrace) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLBrack> for SyntaxStablePtrId
impl From<&TerminalLBrack> for SyntaxStablePtrId
source§fn from(node: &TerminalLBrack) -> Self
fn from(node: &TerminalLBrack) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLE> for SyntaxStablePtrId
impl From<&TerminalLE> for SyntaxStablePtrId
source§fn from(node: &TerminalLE) -> Self
fn from(node: &TerminalLE) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLParen> for SyntaxStablePtrId
impl From<&TerminalLParen> for SyntaxStablePtrId
source§fn from(node: &TerminalLParen) -> Self
fn from(node: &TerminalLParen) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLT> for SyntaxStablePtrId
impl From<&TerminalLT> for SyntaxStablePtrId
source§fn from(node: &TerminalLT) -> Self
fn from(node: &TerminalLT) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLet> for SyntaxStablePtrId
impl From<&TerminalLet> for SyntaxStablePtrId
source§fn from(node: &TerminalLet) -> Self
fn from(node: &TerminalLet) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLiteralNumber> for SyntaxStablePtrId
impl From<&TerminalLiteralNumber> for SyntaxStablePtrId
source§fn from(node: &TerminalLiteralNumber) -> Self
fn from(node: &TerminalLiteralNumber) -> Self
Converts to this type from the input type.
source§impl From<&TerminalLoop> for SyntaxStablePtrId
impl From<&TerminalLoop> for SyntaxStablePtrId
source§fn from(node: &TerminalLoop) -> Self
fn from(node: &TerminalLoop) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMatch> for SyntaxStablePtrId
impl From<&TerminalMatch> for SyntaxStablePtrId
source§fn from(node: &TerminalMatch) -> Self
fn from(node: &TerminalMatch) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMatchArrow> for SyntaxStablePtrId
impl From<&TerminalMatchArrow> for SyntaxStablePtrId
source§fn from(node: &TerminalMatchArrow) -> Self
fn from(node: &TerminalMatchArrow) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMinus> for SyntaxStablePtrId
impl From<&TerminalMinus> for SyntaxStablePtrId
source§fn from(node: &TerminalMinus) -> Self
fn from(node: &TerminalMinus) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMinusEq> for SyntaxStablePtrId
impl From<&TerminalMinusEq> for SyntaxStablePtrId
source§fn from(node: &TerminalMinusEq) -> Self
fn from(node: &TerminalMinusEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMod> for SyntaxStablePtrId
impl From<&TerminalMod> for SyntaxStablePtrId
source§fn from(node: &TerminalMod) -> Self
fn from(node: &TerminalMod) -> Self
Converts to this type from the input type.
source§impl From<&TerminalModEq> for SyntaxStablePtrId
impl From<&TerminalModEq> for SyntaxStablePtrId
source§fn from(node: &TerminalModEq) -> Self
fn from(node: &TerminalModEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalModule> for SyntaxStablePtrId
impl From<&TerminalModule> for SyntaxStablePtrId
source§fn from(node: &TerminalModule) -> Self
fn from(node: &TerminalModule) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMul> for SyntaxStablePtrId
impl From<&TerminalMul> for SyntaxStablePtrId
source§fn from(node: &TerminalMul) -> Self
fn from(node: &TerminalMul) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMulEq> for SyntaxStablePtrId
impl From<&TerminalMulEq> for SyntaxStablePtrId
source§fn from(node: &TerminalMulEq) -> Self
fn from(node: &TerminalMulEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalMut> for SyntaxStablePtrId
impl From<&TerminalMut> for SyntaxStablePtrId
source§fn from(node: &TerminalMut) -> Self
fn from(node: &TerminalMut) -> Self
Converts to this type from the input type.
source§impl From<&TerminalNeq> for SyntaxStablePtrId
impl From<&TerminalNeq> for SyntaxStablePtrId
source§fn from(node: &TerminalNeq) -> Self
fn from(node: &TerminalNeq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalNoPanic> for SyntaxStablePtrId
impl From<&TerminalNoPanic> for SyntaxStablePtrId
source§fn from(node: &TerminalNoPanic) -> Self
fn from(node: &TerminalNoPanic) -> Self
Converts to this type from the input type.
source§impl From<&TerminalNot> for SyntaxStablePtrId
impl From<&TerminalNot> for SyntaxStablePtrId
source§fn from(node: &TerminalNot) -> Self
fn from(node: &TerminalNot) -> Self
Converts to this type from the input type.
source§impl From<&TerminalOf> for SyntaxStablePtrId
impl From<&TerminalOf> for SyntaxStablePtrId
source§fn from(node: &TerminalOf) -> Self
fn from(node: &TerminalOf) -> Self
Converts to this type from the input type.
source§impl From<&TerminalOr> for SyntaxStablePtrId
impl From<&TerminalOr> for SyntaxStablePtrId
source§fn from(node: &TerminalOr) -> Self
fn from(node: &TerminalOr) -> Self
Converts to this type from the input type.
source§impl From<&TerminalOrOr> for SyntaxStablePtrId
impl From<&TerminalOrOr> for SyntaxStablePtrId
source§fn from(node: &TerminalOrOr) -> Self
fn from(node: &TerminalOrOr) -> Self
Converts to this type from the input type.
source§impl From<&TerminalPlus> for SyntaxStablePtrId
impl From<&TerminalPlus> for SyntaxStablePtrId
source§fn from(node: &TerminalPlus) -> Self
fn from(node: &TerminalPlus) -> Self
Converts to this type from the input type.
source§impl From<&TerminalPlusEq> for SyntaxStablePtrId
impl From<&TerminalPlusEq> for SyntaxStablePtrId
source§fn from(node: &TerminalPlusEq) -> Self
fn from(node: &TerminalPlusEq) -> Self
Converts to this type from the input type.
source§impl From<&TerminalPub> for SyntaxStablePtrId
impl From<&TerminalPub> for SyntaxStablePtrId
source§fn from(node: &TerminalPub) -> Self
fn from(node: &TerminalPub) -> Self
Converts to this type from the input type.
source§impl From<&TerminalQuestionMark> for SyntaxStablePtrId
impl From<&TerminalQuestionMark> for SyntaxStablePtrId
source§fn from(node: &TerminalQuestionMark) -> Self
fn from(node: &TerminalQuestionMark) -> Self
Converts to this type from the input type.
source§impl From<&TerminalRBrace> for SyntaxStablePtrId
impl From<&TerminalRBrace> for SyntaxStablePtrId
source§fn from(node: &TerminalRBrace) -> Self
fn from(node: &TerminalRBrace) -> Self
Converts to this type from the input type.
source§impl From<&TerminalRBrack> for SyntaxStablePtrId
impl From<&TerminalRBrack> for SyntaxStablePtrId
source§fn from(node: &TerminalRBrack) -> Self
fn from(node: &TerminalRBrack) -> Self
Converts to this type from the input type.
source§impl From<&TerminalRParen> for SyntaxStablePtrId
impl From<&TerminalRParen> for SyntaxStablePtrId
source§fn from(node: &TerminalRParen) -> Self
fn from(node: &TerminalRParen) -> Self
Converts to this type from the input type.
source§impl From<&TerminalRef> for SyntaxStablePtrId
impl From<&TerminalRef> for SyntaxStablePtrId
source§fn from(node: &TerminalRef) -> Self
fn from(node: &TerminalRef) -> Self
Converts to this type from the input type.
source§impl From<&TerminalReturn> for SyntaxStablePtrId
impl From<&TerminalReturn> for SyntaxStablePtrId
source§fn from(node: &TerminalReturn) -> Self
fn from(node: &TerminalReturn) -> Self
Converts to this type from the input type.
source§impl From<&TerminalSemicolon> for SyntaxStablePtrId
impl From<&TerminalSemicolon> for SyntaxStablePtrId
source§fn from(node: &TerminalSemicolon) -> Self
fn from(node: &TerminalSemicolon) -> Self
Converts to this type from the input type.
source§impl From<&TerminalShortString> for SyntaxStablePtrId
impl From<&TerminalShortString> for SyntaxStablePtrId
source§fn from(node: &TerminalShortString) -> Self
fn from(node: &TerminalShortString) -> Self
Converts to this type from the input type.
source§impl From<&TerminalString> for SyntaxStablePtrId
impl From<&TerminalString> for SyntaxStablePtrId
source§fn from(node: &TerminalString) -> Self
fn from(node: &TerminalString) -> Self
Converts to this type from the input type.
source§impl From<&TerminalStruct> for SyntaxStablePtrId
impl From<&TerminalStruct> for SyntaxStablePtrId
source§fn from(node: &TerminalStruct) -> Self
fn from(node: &TerminalStruct) -> Self
Converts to this type from the input type.
source§impl From<&TerminalTrait> for SyntaxStablePtrId
impl From<&TerminalTrait> for SyntaxStablePtrId
source§fn from(node: &TerminalTrait) -> Self
fn from(node: &TerminalTrait) -> Self
Converts to this type from the input type.
source§impl From<&TerminalTrue> for SyntaxStablePtrId
impl From<&TerminalTrue> for SyntaxStablePtrId
source§fn from(node: &TerminalTrue) -> Self
fn from(node: &TerminalTrue) -> Self
Converts to this type from the input type.
source§impl From<&TerminalType> for SyntaxStablePtrId
impl From<&TerminalType> for SyntaxStablePtrId
source§fn from(node: &TerminalType) -> Self
fn from(node: &TerminalType) -> Self
Converts to this type from the input type.
source§impl From<&TerminalUnderscore> for SyntaxStablePtrId
impl From<&TerminalUnderscore> for SyntaxStablePtrId
source§fn from(node: &TerminalUnderscore) -> Self
fn from(node: &TerminalUnderscore) -> Self
Converts to this type from the input type.
source§impl From<&TerminalUse> for SyntaxStablePtrId
impl From<&TerminalUse> for SyntaxStablePtrId
source§fn from(node: &TerminalUse) -> Self
fn from(node: &TerminalUse) -> Self
Converts to this type from the input type.
source§impl From<&TerminalWhile> for SyntaxStablePtrId
impl From<&TerminalWhile> for SyntaxStablePtrId
source§fn from(node: &TerminalWhile) -> Self
fn from(node: &TerminalWhile) -> Self
Converts to this type from the input type.
source§impl From<&TerminalXor> for SyntaxStablePtrId
impl From<&TerminalXor> for SyntaxStablePtrId
source§fn from(node: &TerminalXor) -> Self
fn from(node: &TerminalXor) -> Self
Converts to this type from the input type.
source§impl From<&TokenAnd> for SyntaxStablePtrId
impl From<&TokenAnd> for SyntaxStablePtrId
source§impl From<&TokenAndAnd> for SyntaxStablePtrId
impl From<&TokenAndAnd> for SyntaxStablePtrId
source§fn from(node: &TokenAndAnd) -> Self
fn from(node: &TokenAndAnd) -> Self
Converts to this type from the input type.
source§impl From<&TokenArrow> for SyntaxStablePtrId
impl From<&TokenArrow> for SyntaxStablePtrId
source§fn from(node: &TokenArrow) -> Self
fn from(node: &TokenArrow) -> Self
Converts to this type from the input type.
source§impl From<&TokenAs> for SyntaxStablePtrId
impl From<&TokenAs> for SyntaxStablePtrId
source§impl From<&TokenAt> for SyntaxStablePtrId
impl From<&TokenAt> for SyntaxStablePtrId
source§impl From<&TokenBadCharacters> for SyntaxStablePtrId
impl From<&TokenBadCharacters> for SyntaxStablePtrId
source§fn from(node: &TokenBadCharacters) -> Self
fn from(node: &TokenBadCharacters) -> Self
Converts to this type from the input type.
source§impl From<&TokenBitNot> for SyntaxStablePtrId
impl From<&TokenBitNot> for SyntaxStablePtrId
source§fn from(node: &TokenBitNot) -> Self
fn from(node: &TokenBitNot) -> Self
Converts to this type from the input type.
source§impl From<&TokenBreak> for SyntaxStablePtrId
impl From<&TokenBreak> for SyntaxStablePtrId
source§fn from(node: &TokenBreak) -> Self
fn from(node: &TokenBreak) -> Self
Converts to this type from the input type.
source§impl From<&TokenColon> for SyntaxStablePtrId
impl From<&TokenColon> for SyntaxStablePtrId
source§fn from(node: &TokenColon) -> Self
fn from(node: &TokenColon) -> Self
Converts to this type from the input type.
source§impl From<&TokenColonColon> for SyntaxStablePtrId
impl From<&TokenColonColon> for SyntaxStablePtrId
source§fn from(node: &TokenColonColon) -> Self
fn from(node: &TokenColonColon) -> Self
Converts to this type from the input type.
source§impl From<&TokenComma> for SyntaxStablePtrId
impl From<&TokenComma> for SyntaxStablePtrId
source§fn from(node: &TokenComma) -> Self
fn from(node: &TokenComma) -> Self
Converts to this type from the input type.
source§impl From<&TokenConst> for SyntaxStablePtrId
impl From<&TokenConst> for SyntaxStablePtrId
source§fn from(node: &TokenConst) -> Self
fn from(node: &TokenConst) -> Self
Converts to this type from the input type.
source§impl From<&TokenContinue> for SyntaxStablePtrId
impl From<&TokenContinue> for SyntaxStablePtrId
source§fn from(node: &TokenContinue) -> Self
fn from(node: &TokenContinue) -> Self
Converts to this type from the input type.
source§impl From<&TokenDiv> for SyntaxStablePtrId
impl From<&TokenDiv> for SyntaxStablePtrId
source§impl From<&TokenDivEq> for SyntaxStablePtrId
impl From<&TokenDivEq> for SyntaxStablePtrId
source§fn from(node: &TokenDivEq) -> Self
fn from(node: &TokenDivEq) -> Self
Converts to this type from the input type.
source§impl From<&TokenDot> for SyntaxStablePtrId
impl From<&TokenDot> for SyntaxStablePtrId
source§impl From<&TokenDotDot> for SyntaxStablePtrId
impl From<&TokenDotDot> for SyntaxStablePtrId
source§fn from(node: &TokenDotDot) -> Self
fn from(node: &TokenDotDot) -> Self
Converts to this type from the input type.
source§impl From<&TokenElse> for SyntaxStablePtrId
impl From<&TokenElse> for SyntaxStablePtrId
source§impl From<&TokenEmpty> for SyntaxStablePtrId
impl From<&TokenEmpty> for SyntaxStablePtrId
source§fn from(node: &TokenEmpty) -> Self
fn from(node: &TokenEmpty) -> Self
Converts to this type from the input type.
source§impl From<&TokenEndOfFile> for SyntaxStablePtrId
impl From<&TokenEndOfFile> for SyntaxStablePtrId
source§fn from(node: &TokenEndOfFile) -> Self
fn from(node: &TokenEndOfFile) -> Self
Converts to this type from the input type.
source§impl From<&TokenEnum> for SyntaxStablePtrId
impl From<&TokenEnum> for SyntaxStablePtrId
source§impl From<&TokenEq> for SyntaxStablePtrId
impl From<&TokenEq> for SyntaxStablePtrId
source§impl From<&TokenEqEq> for SyntaxStablePtrId
impl From<&TokenEqEq> for SyntaxStablePtrId
source§impl From<&TokenExtern> for SyntaxStablePtrId
impl From<&TokenExtern> for SyntaxStablePtrId
source§fn from(node: &TokenExtern) -> Self
fn from(node: &TokenExtern) -> Self
Converts to this type from the input type.
source§impl From<&TokenFalse> for SyntaxStablePtrId
impl From<&TokenFalse> for SyntaxStablePtrId
source§fn from(node: &TokenFalse) -> Self
fn from(node: &TokenFalse) -> Self
Converts to this type from the input type.
source§impl From<&TokenFor> for SyntaxStablePtrId
impl From<&TokenFor> for SyntaxStablePtrId
source§impl From<&TokenFunction> for SyntaxStablePtrId
impl From<&TokenFunction> for SyntaxStablePtrId
source§fn from(node: &TokenFunction) -> Self
fn from(node: &TokenFunction) -> Self
Converts to this type from the input type.
source§impl From<&TokenGE> for SyntaxStablePtrId
impl From<&TokenGE> for SyntaxStablePtrId
source§impl From<&TokenGT> for SyntaxStablePtrId
impl From<&TokenGT> for SyntaxStablePtrId
source§impl From<&TokenHash> for SyntaxStablePtrId
impl From<&TokenHash> for SyntaxStablePtrId
source§impl From<&TokenIdentifier> for SyntaxStablePtrId
impl From<&TokenIdentifier> for SyntaxStablePtrId
source§fn from(node: &TokenIdentifier) -> Self
fn from(node: &TokenIdentifier) -> Self
Converts to this type from the input type.
source§impl From<&TokenIf> for SyntaxStablePtrId
impl From<&TokenIf> for SyntaxStablePtrId
source§impl From<&TokenImpl> for SyntaxStablePtrId
impl From<&TokenImpl> for SyntaxStablePtrId
source§impl From<&TokenImplicits> for SyntaxStablePtrId
impl From<&TokenImplicits> for SyntaxStablePtrId
source§fn from(node: &TokenImplicits) -> Self
fn from(node: &TokenImplicits) -> Self
Converts to this type from the input type.
source§impl From<&TokenLBrace> for SyntaxStablePtrId
impl From<&TokenLBrace> for SyntaxStablePtrId
source§fn from(node: &TokenLBrace) -> Self
fn from(node: &TokenLBrace) -> Self
Converts to this type from the input type.
source§impl From<&TokenLBrack> for SyntaxStablePtrId
impl From<&TokenLBrack> for SyntaxStablePtrId
source§fn from(node: &TokenLBrack) -> Self
fn from(node: &TokenLBrack) -> Self
Converts to this type from the input type.
source§impl From<&TokenLE> for SyntaxStablePtrId
impl From<&TokenLE> for SyntaxStablePtrId
source§impl From<&TokenLParen> for SyntaxStablePtrId
impl From<&TokenLParen> for SyntaxStablePtrId
source§fn from(node: &TokenLParen) -> Self
fn from(node: &TokenLParen) -> Self
Converts to this type from the input type.
source§impl From<&TokenLT> for SyntaxStablePtrId
impl From<&TokenLT> for SyntaxStablePtrId
source§impl From<&TokenLet> for SyntaxStablePtrId
impl From<&TokenLet> for SyntaxStablePtrId
source§impl From<&TokenLiteralNumber> for SyntaxStablePtrId
impl From<&TokenLiteralNumber> for SyntaxStablePtrId
source§fn from(node: &TokenLiteralNumber) -> Self
fn from(node: &TokenLiteralNumber) -> Self
Converts to this type from the input type.
source§impl From<&TokenLoop> for SyntaxStablePtrId
impl From<&TokenLoop> for SyntaxStablePtrId
source§impl From<&TokenMatch> for SyntaxStablePtrId
impl From<&TokenMatch> for SyntaxStablePtrId
source§fn from(node: &TokenMatch) -> Self
fn from(node: &TokenMatch) -> Self
Converts to this type from the input type.
source§impl From<&TokenMatchArrow> for SyntaxStablePtrId
impl From<&TokenMatchArrow> for SyntaxStablePtrId
source§fn from(node: &TokenMatchArrow) -> Self
fn from(node: &TokenMatchArrow) -> Self
Converts to this type from the input type.
source§impl From<&TokenMinus> for SyntaxStablePtrId
impl From<&TokenMinus> for SyntaxStablePtrId
source§fn from(node: &TokenMinus) -> Self
fn from(node: &TokenMinus) -> Self
Converts to this type from the input type.
source§impl From<&TokenMinusEq> for SyntaxStablePtrId
impl From<&TokenMinusEq> for SyntaxStablePtrId
source§fn from(node: &TokenMinusEq) -> Self
fn from(node: &TokenMinusEq) -> Self
Converts to this type from the input type.
source§impl From<&TokenMissing> for SyntaxStablePtrId
impl From<&TokenMissing> for SyntaxStablePtrId
source§fn from(node: &TokenMissing) -> Self
fn from(node: &TokenMissing) -> Self
Converts to this type from the input type.
source§impl From<&TokenMod> for SyntaxStablePtrId
impl From<&TokenMod> for SyntaxStablePtrId
source§impl From<&TokenModEq> for SyntaxStablePtrId
impl From<&TokenModEq> for SyntaxStablePtrId
source§fn from(node: &TokenModEq) -> Self
fn from(node: &TokenModEq) -> Self
Converts to this type from the input type.
source§impl From<&TokenModule> for SyntaxStablePtrId
impl From<&TokenModule> for SyntaxStablePtrId
source§fn from(node: &TokenModule) -> Self
fn from(node: &TokenModule) -> Self
Converts to this type from the input type.
source§impl From<&TokenMul> for SyntaxStablePtrId
impl From<&TokenMul> for SyntaxStablePtrId
source§impl From<&TokenMulEq> for SyntaxStablePtrId
impl From<&TokenMulEq> for SyntaxStablePtrId
source§fn from(node: &TokenMulEq) -> Self
fn from(node: &TokenMulEq) -> Self
Converts to this type from the input type.
source§impl From<&TokenMut> for SyntaxStablePtrId
impl From<&TokenMut> for SyntaxStablePtrId
source§impl From<&TokenNeq> for SyntaxStablePtrId
impl From<&TokenNeq> for SyntaxStablePtrId
source§impl From<&TokenNewline> for SyntaxStablePtrId
impl From<&TokenNewline> for SyntaxStablePtrId
source§fn from(node: &TokenNewline) -> Self
fn from(node: &TokenNewline) -> Self
Converts to this type from the input type.
source§impl From<&TokenNoPanic> for SyntaxStablePtrId
impl From<&TokenNoPanic> for SyntaxStablePtrId
source§fn from(node: &TokenNoPanic) -> Self
fn from(node: &TokenNoPanic) -> Self
Converts to this type from the input type.
source§impl From<&TokenNode> for SyntaxStablePtrId
impl From<&TokenNode> for SyntaxStablePtrId
source§impl From<&TokenNot> for SyntaxStablePtrId
impl From<&TokenNot> for SyntaxStablePtrId
source§impl From<&TokenOf> for SyntaxStablePtrId
impl From<&TokenOf> for SyntaxStablePtrId
source§impl From<&TokenOr> for SyntaxStablePtrId
impl From<&TokenOr> for SyntaxStablePtrId
source§impl From<&TokenOrOr> for SyntaxStablePtrId
impl From<&TokenOrOr> for SyntaxStablePtrId
source§impl From<&TokenPlus> for SyntaxStablePtrId
impl From<&TokenPlus> for SyntaxStablePtrId
source§impl From<&TokenPlusEq> for SyntaxStablePtrId
impl From<&TokenPlusEq> for SyntaxStablePtrId
source§fn from(node: &TokenPlusEq) -> Self
fn from(node: &TokenPlusEq) -> Self
Converts to this type from the input type.
source§impl From<&TokenPub> for SyntaxStablePtrId
impl From<&TokenPub> for SyntaxStablePtrId
source§impl From<&TokenQuestionMark> for SyntaxStablePtrId
impl From<&TokenQuestionMark> for SyntaxStablePtrId
source§fn from(node: &TokenQuestionMark) -> Self
fn from(node: &TokenQuestionMark) -> Self
Converts to this type from the input type.
source§impl From<&TokenRBrace> for SyntaxStablePtrId
impl From<&TokenRBrace> for SyntaxStablePtrId
source§fn from(node: &TokenRBrace) -> Self
fn from(node: &TokenRBrace) -> Self
Converts to this type from the input type.
source§impl From<&TokenRBrack> for SyntaxStablePtrId
impl From<&TokenRBrack> for SyntaxStablePtrId
source§fn from(node: &TokenRBrack) -> Self
fn from(node: &TokenRBrack) -> Self
Converts to this type from the input type.
source§impl From<&TokenRParen> for SyntaxStablePtrId
impl From<&TokenRParen> for SyntaxStablePtrId
source§fn from(node: &TokenRParen) -> Self
fn from(node: &TokenRParen) -> Self
Converts to this type from the input type.
source§impl From<&TokenRef> for SyntaxStablePtrId
impl From<&TokenRef> for SyntaxStablePtrId
source§impl From<&TokenReturn> for SyntaxStablePtrId
impl From<&TokenReturn> for SyntaxStablePtrId
source§fn from(node: &TokenReturn) -> Self
fn from(node: &TokenReturn) -> Self
Converts to this type from the input type.
source§impl From<&TokenSemicolon> for SyntaxStablePtrId
impl From<&TokenSemicolon> for SyntaxStablePtrId
source§fn from(node: &TokenSemicolon) -> Self
fn from(node: &TokenSemicolon) -> Self
Converts to this type from the input type.
source§impl From<&TokenShortString> for SyntaxStablePtrId
impl From<&TokenShortString> for SyntaxStablePtrId
source§fn from(node: &TokenShortString) -> Self
fn from(node: &TokenShortString) -> Self
Converts to this type from the input type.
source§impl From<&TokenSingleLineComment> for SyntaxStablePtrId
impl From<&TokenSingleLineComment> for SyntaxStablePtrId
source§fn from(node: &TokenSingleLineComment) -> Self
fn from(node: &TokenSingleLineComment) -> Self
Converts to this type from the input type.
source§impl From<&TokenSingleLineDocComment> for SyntaxStablePtrId
impl From<&TokenSingleLineDocComment> for SyntaxStablePtrId
source§fn from(node: &TokenSingleLineDocComment) -> Self
fn from(node: &TokenSingleLineDocComment) -> Self
Converts to this type from the input type.
source§impl From<&TokenSingleLineInnerComment> for SyntaxStablePtrId
impl From<&TokenSingleLineInnerComment> for SyntaxStablePtrId
source§fn from(node: &TokenSingleLineInnerComment) -> Self
fn from(node: &TokenSingleLineInnerComment) -> Self
Converts to this type from the input type.
source§impl From<&TokenSkipped> for SyntaxStablePtrId
impl From<&TokenSkipped> for SyntaxStablePtrId
source§fn from(node: &TokenSkipped) -> Self
fn from(node: &TokenSkipped) -> Self
Converts to this type from the input type.
source§impl From<&TokenString> for SyntaxStablePtrId
impl From<&TokenString> for SyntaxStablePtrId
source§fn from(node: &TokenString) -> Self
fn from(node: &TokenString) -> Self
Converts to this type from the input type.
source§impl From<&TokenStruct> for SyntaxStablePtrId
impl From<&TokenStruct> for SyntaxStablePtrId
source§fn from(node: &TokenStruct) -> Self
fn from(node: &TokenStruct) -> Self
Converts to this type from the input type.
source§impl From<&TokenTrait> for SyntaxStablePtrId
impl From<&TokenTrait> for SyntaxStablePtrId
source§fn from(node: &TokenTrait) -> Self
fn from(node: &TokenTrait) -> Self
Converts to this type from the input type.
source§impl From<&TokenTrue> for SyntaxStablePtrId
impl From<&TokenTrue> for SyntaxStablePtrId
source§impl From<&TokenType> for SyntaxStablePtrId
impl From<&TokenType> for SyntaxStablePtrId
source§impl From<&TokenUnderscore> for SyntaxStablePtrId
impl From<&TokenUnderscore> for SyntaxStablePtrId
source§fn from(node: &TokenUnderscore) -> Self
fn from(node: &TokenUnderscore) -> Self
Converts to this type from the input type.
source§impl From<&TokenUse> for SyntaxStablePtrId
impl From<&TokenUse> for SyntaxStablePtrId
source§impl From<&TokenWhile> for SyntaxStablePtrId
impl From<&TokenWhile> for SyntaxStablePtrId
source§fn from(node: &TokenWhile) -> Self
fn from(node: &TokenWhile) -> Self
Converts to this type from the input type.
source§impl From<&TokenWhitespace> for SyntaxStablePtrId
impl From<&TokenWhitespace> for SyntaxStablePtrId
source§fn from(node: &TokenWhitespace) -> Self
fn from(node: &TokenWhitespace) -> Self
Converts to this type from the input type.
source§impl From<&TokenXor> for SyntaxStablePtrId
impl From<&TokenXor> for SyntaxStablePtrId
source§impl From<&TraitBody> for SyntaxStablePtrId
impl From<&TraitBody> for SyntaxStablePtrId
source§impl From<&TraitItem> for SyntaxStablePtrId
impl From<&TraitItem> for SyntaxStablePtrId
source§impl From<&TraitItemConstant> for SyntaxStablePtrId
impl From<&TraitItemConstant> for SyntaxStablePtrId
source§fn from(node: &TraitItemConstant) -> Self
fn from(node: &TraitItemConstant) -> Self
Converts to this type from the input type.
source§impl From<&TraitItemFunction> for SyntaxStablePtrId
impl From<&TraitItemFunction> for SyntaxStablePtrId
source§fn from(node: &TraitItemFunction) -> Self
fn from(node: &TraitItemFunction) -> Self
Converts to this type from the input type.
source§impl From<&TraitItemImpl> for SyntaxStablePtrId
impl From<&TraitItemImpl> for SyntaxStablePtrId
source§fn from(node: &TraitItemImpl) -> Self
fn from(node: &TraitItemImpl) -> Self
Converts to this type from the input type.
source§impl From<&TraitItemList> for SyntaxStablePtrId
impl From<&TraitItemList> for SyntaxStablePtrId
source§fn from(node: &TraitItemList) -> Self
fn from(node: &TraitItemList) -> Self
Converts to this type from the input type.
source§impl From<&TraitItemMissing> for SyntaxStablePtrId
impl From<&TraitItemMissing> for SyntaxStablePtrId
source§fn from(node: &TraitItemMissing) -> Self
fn from(node: &TraitItemMissing) -> Self
Converts to this type from the input type.
source§impl From<&TraitItemType> for SyntaxStablePtrId
impl From<&TraitItemType> for SyntaxStablePtrId
source§fn from(node: &TraitItemType) -> Self
fn from(node: &TraitItemType) -> Self
Converts to this type from the input type.
source§impl From<&Trivia> for SyntaxStablePtrId
impl From<&Trivia> for SyntaxStablePtrId
source§impl From<&Trivium> for SyntaxStablePtrId
impl From<&Trivium> for SyntaxStablePtrId
source§impl From<&TriviumSkippedNode> for SyntaxStablePtrId
impl From<&TriviumSkippedNode> for SyntaxStablePtrId
source§fn from(node: &TriviumSkippedNode) -> Self
fn from(node: &TriviumSkippedNode) -> Self
Converts to this type from the input type.
source§impl From<&TypeClause> for SyntaxStablePtrId
impl From<&TypeClause> for SyntaxStablePtrId
source§fn from(node: &TypeClause) -> Self
fn from(node: &TypeClause) -> Self
Converts to this type from the input type.
source§impl From<&UnaryOperator> for SyntaxStablePtrId
impl From<&UnaryOperator> for SyntaxStablePtrId
source§fn from(node: &UnaryOperator) -> Self
fn from(node: &UnaryOperator) -> Self
Converts to this type from the input type.
source§impl From<&UsePath> for SyntaxStablePtrId
impl From<&UsePath> for SyntaxStablePtrId
source§impl From<&UsePathLeaf> for SyntaxStablePtrId
impl From<&UsePathLeaf> for SyntaxStablePtrId
source§fn from(node: &UsePathLeaf) -> Self
fn from(node: &UsePathLeaf) -> Self
Converts to this type from the input type.
source§impl From<&UsePathList> for SyntaxStablePtrId
impl From<&UsePathList> for SyntaxStablePtrId
source§fn from(node: &UsePathList) -> Self
fn from(node: &UsePathList) -> Self
Converts to this type from the input type.
source§impl From<&UsePathMulti> for SyntaxStablePtrId
impl From<&UsePathMulti> for SyntaxStablePtrId
source§fn from(node: &UsePathMulti) -> Self
fn from(node: &UsePathMulti) -> Self
Converts to this type from the input type.
source§impl From<&UsePathSingle> for SyntaxStablePtrId
impl From<&UsePathSingle> for SyntaxStablePtrId
source§fn from(node: &UsePathSingle) -> Self
fn from(node: &UsePathSingle) -> Self
Converts to this type from the input type.
source§impl From<&Variant> for SyntaxStablePtrId
impl From<&Variant> for SyntaxStablePtrId
source§impl From<&VariantList> for SyntaxStablePtrId
impl From<&VariantList> for SyntaxStablePtrId
source§fn from(node: &VariantList) -> Self
fn from(node: &VariantList) -> Self
Converts to this type from the input type.
source§impl From<&Visibility> for SyntaxStablePtrId
impl From<&Visibility> for SyntaxStablePtrId
source§fn from(node: &Visibility) -> Self
fn from(node: &Visibility) -> Self
Converts to this type from the input type.
source§impl From<&VisibilityDefault> for SyntaxStablePtrId
impl From<&VisibilityDefault> for SyntaxStablePtrId
source§fn from(node: &VisibilityDefault) -> Self
fn from(node: &VisibilityDefault) -> Self
Converts to this type from the input type.
source§impl From<&VisibilityPub> for SyntaxStablePtrId
impl From<&VisibilityPub> for SyntaxStablePtrId
source§fn from(node: &VisibilityPub) -> Self
fn from(node: &VisibilityPub) -> Self
Converts to this type from the input type.
source§impl From<&VisibilityPubArgumentClause> for SyntaxStablePtrId
impl From<&VisibilityPubArgumentClause> for SyntaxStablePtrId
source§fn from(node: &VisibilityPubArgumentClause) -> Self
fn from(node: &VisibilityPubArgumentClause) -> Self
Converts to this type from the input type.
source§impl From<&WrappedArgList> for SyntaxStablePtrId
impl From<&WrappedArgList> for SyntaxStablePtrId
source§fn from(node: &WrappedArgList) -> Self
fn from(node: &WrappedArgList) -> Self
Converts to this type from the input type.
source§impl From<&WrappedArgListMissing> for SyntaxStablePtrId
impl From<&WrappedArgListMissing> for SyntaxStablePtrId
source§fn from(node: &WrappedArgListMissing) -> Self
fn from(node: &WrappedArgListMissing) -> Self
Converts to this type from the input type.
source§impl From<&WrappedGenericParamList> for SyntaxStablePtrId
impl From<&WrappedGenericParamList> for SyntaxStablePtrId
source§fn from(node: &WrappedGenericParamList) -> Self
fn from(node: &WrappedGenericParamList) -> Self
Converts to this type from the input type.
source§impl From<AliasClausePtr> for SyntaxStablePtrId
impl From<AliasClausePtr> for SyntaxStablePtrId
source§fn from(ptr: AliasClausePtr) -> Self
fn from(ptr: AliasClausePtr) -> Self
Converts to this type from the input type.
source§impl From<ArgClauseFieldInitShorthandPtr> for SyntaxStablePtrId
impl From<ArgClauseFieldInitShorthandPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgClauseFieldInitShorthandPtr) -> Self
fn from(ptr: ArgClauseFieldInitShorthandPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgClauseNamedPtr> for SyntaxStablePtrId
impl From<ArgClauseNamedPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgClauseNamedPtr) -> Self
fn from(ptr: ArgClauseNamedPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgClausePtr> for SyntaxStablePtrId
impl From<ArgClausePtr> for SyntaxStablePtrId
source§fn from(ptr: ArgClausePtr) -> Self
fn from(ptr: ArgClausePtr) -> Self
Converts to this type from the input type.
source§impl From<ArgClauseUnnamedPtr> for SyntaxStablePtrId
impl From<ArgClauseUnnamedPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgClauseUnnamedPtr) -> Self
fn from(ptr: ArgClauseUnnamedPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgListBracedPtr> for SyntaxStablePtrId
impl From<ArgListBracedPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgListBracedPtr) -> Self
fn from(ptr: ArgListBracedPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgListBracketedPtr> for SyntaxStablePtrId
impl From<ArgListBracketedPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgListBracketedPtr) -> Self
fn from(ptr: ArgListBracketedPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgListParenthesizedPtr> for SyntaxStablePtrId
impl From<ArgListParenthesizedPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgListParenthesizedPtr) -> Self
fn from(ptr: ArgListParenthesizedPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgListPtr> for SyntaxStablePtrId
impl From<ArgListPtr> for SyntaxStablePtrId
source§fn from(ptr: ArgListPtr) -> Self
fn from(ptr: ArgListPtr) -> Self
Converts to this type from the input type.
source§impl From<ArgPtr> for SyntaxStablePtrId
impl From<ArgPtr> for SyntaxStablePtrId
source§impl From<AttributeListPtr> for SyntaxStablePtrId
impl From<AttributeListPtr> for SyntaxStablePtrId
source§fn from(ptr: AttributeListPtr) -> Self
fn from(ptr: AttributeListPtr) -> Self
Converts to this type from the input type.
source§impl From<AttributePtr> for SyntaxStablePtrId
impl From<AttributePtr> for SyntaxStablePtrId
source§fn from(ptr: AttributePtr) -> Self
fn from(ptr: AttributePtr) -> Self
Converts to this type from the input type.
source§impl From<BinaryOperatorPtr> for SyntaxStablePtrId
impl From<BinaryOperatorPtr> for SyntaxStablePtrId
source§fn from(ptr: BinaryOperatorPtr) -> Self
fn from(ptr: BinaryOperatorPtr) -> Self
Converts to this type from the input type.
source§impl From<BlockOrIfPtr> for SyntaxStablePtrId
impl From<BlockOrIfPtr> for SyntaxStablePtrId
source§fn from(ptr: BlockOrIfPtr) -> Self
fn from(ptr: BlockOrIfPtr) -> Self
Converts to this type from the input type.
source§impl From<ClosureParamWrapperNAryPtr> for SyntaxStablePtrId
impl From<ClosureParamWrapperNAryPtr> for SyntaxStablePtrId
source§fn from(ptr: ClosureParamWrapperNAryPtr) -> Self
fn from(ptr: ClosureParamWrapperNAryPtr) -> Self
Converts to this type from the input type.
source§impl From<ClosureParamWrapperPtr> for SyntaxStablePtrId
impl From<ClosureParamWrapperPtr> for SyntaxStablePtrId
source§fn from(ptr: ClosureParamWrapperPtr) -> Self
fn from(ptr: ClosureParamWrapperPtr) -> Self
Converts to this type from the input type.
source§impl From<ConditionExprPtr> for SyntaxStablePtrId
impl From<ConditionExprPtr> for SyntaxStablePtrId
source§fn from(ptr: ConditionExprPtr) -> Self
fn from(ptr: ConditionExprPtr) -> Self
Converts to this type from the input type.
source§impl From<ConditionLetPtr> for SyntaxStablePtrId
impl From<ConditionLetPtr> for SyntaxStablePtrId
source§fn from(ptr: ConditionLetPtr) -> Self
fn from(ptr: ConditionLetPtr) -> Self
Converts to this type from the input type.
source§impl From<ConditionPtr> for SyntaxStablePtrId
impl From<ConditionPtr> for SyntaxStablePtrId
source§fn from(ptr: ConditionPtr) -> Self
fn from(ptr: ConditionPtr) -> Self
Converts to this type from the input type.
source§impl From<ElseClausePtr> for SyntaxStablePtrId
impl From<ElseClausePtr> for SyntaxStablePtrId
source§fn from(ptr: ElseClausePtr) -> Self
fn from(ptr: ElseClausePtr) -> Self
Converts to this type from the input type.
source§impl From<ExprBinaryPtr> for SyntaxStablePtrId
impl From<ExprBinaryPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprBinaryPtr) -> Self
fn from(ptr: ExprBinaryPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprBlockPtr> for SyntaxStablePtrId
impl From<ExprBlockPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprBlockPtr) -> Self
fn from(ptr: ExprBlockPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprClausePtr> for SyntaxStablePtrId
impl From<ExprClausePtr> for SyntaxStablePtrId
source§fn from(ptr: ExprClausePtr) -> Self
fn from(ptr: ExprClausePtr) -> Self
Converts to this type from the input type.
source§impl From<ExprClosurePtr> for SyntaxStablePtrId
impl From<ExprClosurePtr> for SyntaxStablePtrId
source§fn from(ptr: ExprClosurePtr) -> Self
fn from(ptr: ExprClosurePtr) -> Self
Converts to this type from the input type.
source§impl From<ExprErrorPropagatePtr> for SyntaxStablePtrId
impl From<ExprErrorPropagatePtr> for SyntaxStablePtrId
source§fn from(ptr: ExprErrorPropagatePtr) -> Self
fn from(ptr: ExprErrorPropagatePtr) -> Self
Converts to this type from the input type.
source§impl From<ExprFieldInitShorthandPtr> for SyntaxStablePtrId
impl From<ExprFieldInitShorthandPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprFieldInitShorthandPtr) -> Self
fn from(ptr: ExprFieldInitShorthandPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprFixedSizeArrayPtr> for SyntaxStablePtrId
impl From<ExprFixedSizeArrayPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprFixedSizeArrayPtr) -> Self
fn from(ptr: ExprFixedSizeArrayPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprForPtr> for SyntaxStablePtrId
impl From<ExprForPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprForPtr) -> Self
fn from(ptr: ExprForPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprFunctionCallPtr> for SyntaxStablePtrId
impl From<ExprFunctionCallPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprFunctionCallPtr) -> Self
fn from(ptr: ExprFunctionCallPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprIfPtr> for SyntaxStablePtrId
impl From<ExprIfPtr> for SyntaxStablePtrId
source§impl From<ExprIndexedPtr> for SyntaxStablePtrId
impl From<ExprIndexedPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprIndexedPtr) -> Self
fn from(ptr: ExprIndexedPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprInlineMacroPtr> for SyntaxStablePtrId
impl From<ExprInlineMacroPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprInlineMacroPtr) -> Self
fn from(ptr: ExprInlineMacroPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprListParenthesizedPtr> for SyntaxStablePtrId
impl From<ExprListParenthesizedPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprListParenthesizedPtr) -> Self
fn from(ptr: ExprListParenthesizedPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprListPtr> for SyntaxStablePtrId
impl From<ExprListPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprListPtr) -> Self
fn from(ptr: ExprListPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprLoopPtr> for SyntaxStablePtrId
impl From<ExprLoopPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprLoopPtr) -> Self
fn from(ptr: ExprLoopPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprMatchPtr> for SyntaxStablePtrId
impl From<ExprMatchPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprMatchPtr) -> Self
fn from(ptr: ExprMatchPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprMissingPtr> for SyntaxStablePtrId
impl From<ExprMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprMissingPtr) -> Self
fn from(ptr: ExprMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprParenthesizedPtr> for SyntaxStablePtrId
impl From<ExprParenthesizedPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprParenthesizedPtr) -> Self
fn from(ptr: ExprParenthesizedPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprPathPtr> for SyntaxStablePtrId
impl From<ExprPathPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprPathPtr) -> Self
fn from(ptr: ExprPathPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprPtr> for SyntaxStablePtrId
impl From<ExprPtr> for SyntaxStablePtrId
source§impl From<ExprStructCtorCallPtr> for SyntaxStablePtrId
impl From<ExprStructCtorCallPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprStructCtorCallPtr) -> Self
fn from(ptr: ExprStructCtorCallPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprUnaryPtr> for SyntaxStablePtrId
impl From<ExprUnaryPtr> for SyntaxStablePtrId
source§fn from(ptr: ExprUnaryPtr) -> Self
fn from(ptr: ExprUnaryPtr) -> Self
Converts to this type from the input type.
source§impl From<ExprWhilePtr> for SyntaxStablePtrId
impl From<ExprWhilePtr> for SyntaxStablePtrId
source§fn from(ptr: ExprWhilePtr) -> Self
fn from(ptr: ExprWhilePtr) -> Self
Converts to this type from the input type.
source§impl From<FixedSizeArraySizePtr> for SyntaxStablePtrId
impl From<FixedSizeArraySizePtr> for SyntaxStablePtrId
source§fn from(ptr: FixedSizeArraySizePtr) -> Self
fn from(ptr: FixedSizeArraySizePtr) -> Self
Converts to this type from the input type.
source§impl From<FunctionDeclarationPtr> for SyntaxStablePtrId
impl From<FunctionDeclarationPtr> for SyntaxStablePtrId
source§fn from(ptr: FunctionDeclarationPtr) -> Self
fn from(ptr: FunctionDeclarationPtr) -> Self
Converts to this type from the input type.
source§impl From<FunctionSignaturePtr> for SyntaxStablePtrId
impl From<FunctionSignaturePtr> for SyntaxStablePtrId
source§fn from(ptr: FunctionSignaturePtr) -> Self
fn from(ptr: FunctionSignaturePtr) -> Self
Converts to this type from the input type.
source§impl From<FunctionWithBodyPtr> for SyntaxStablePtrId
impl From<FunctionWithBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: FunctionWithBodyPtr) -> Self
fn from(ptr: FunctionWithBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgListPtr> for SyntaxStablePtrId
impl From<GenericArgListPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgListPtr) -> Self
fn from(ptr: GenericArgListPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgNamedPtr> for SyntaxStablePtrId
impl From<GenericArgNamedPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgNamedPtr) -> Self
fn from(ptr: GenericArgNamedPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgPtr> for SyntaxStablePtrId
impl From<GenericArgPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgPtr) -> Self
fn from(ptr: GenericArgPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgUnnamedPtr> for SyntaxStablePtrId
impl From<GenericArgUnnamedPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgUnnamedPtr) -> Self
fn from(ptr: GenericArgUnnamedPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgValueExprPtr> for SyntaxStablePtrId
impl From<GenericArgValueExprPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgValueExprPtr) -> Self
fn from(ptr: GenericArgValueExprPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgValuePtr> for SyntaxStablePtrId
impl From<GenericArgValuePtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgValuePtr) -> Self
fn from(ptr: GenericArgValuePtr) -> Self
Converts to this type from the input type.
source§impl From<GenericArgsPtr> for SyntaxStablePtrId
impl From<GenericArgsPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericArgsPtr) -> Self
fn from(ptr: GenericArgsPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamConstPtr> for SyntaxStablePtrId
impl From<GenericParamConstPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamConstPtr) -> Self
fn from(ptr: GenericParamConstPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamImplAnonymousPtr> for SyntaxStablePtrId
impl From<GenericParamImplAnonymousPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamImplAnonymousPtr) -> Self
fn from(ptr: GenericParamImplAnonymousPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamImplNamedPtr> for SyntaxStablePtrId
impl From<GenericParamImplNamedPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamImplNamedPtr) -> Self
fn from(ptr: GenericParamImplNamedPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamListPtr> for SyntaxStablePtrId
impl From<GenericParamListPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamListPtr) -> Self
fn from(ptr: GenericParamListPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamNegativeImplPtr> for SyntaxStablePtrId
impl From<GenericParamNegativeImplPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamNegativeImplPtr) -> Self
fn from(ptr: GenericParamNegativeImplPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamPtr> for SyntaxStablePtrId
impl From<GenericParamPtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamPtr) -> Self
fn from(ptr: GenericParamPtr) -> Self
Converts to this type from the input type.
source§impl From<GenericParamTypePtr> for SyntaxStablePtrId
impl From<GenericParamTypePtr> for SyntaxStablePtrId
source§fn from(ptr: GenericParamTypePtr) -> Self
fn from(ptr: GenericParamTypePtr) -> Self
Converts to this type from the input type.
source§impl From<ImplBodyPtr> for SyntaxStablePtrId
impl From<ImplBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: ImplBodyPtr) -> Self
fn from(ptr: ImplBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<ImplItemListPtr> for SyntaxStablePtrId
impl From<ImplItemListPtr> for SyntaxStablePtrId
source§fn from(ptr: ImplItemListPtr) -> Self
fn from(ptr: ImplItemListPtr) -> Self
Converts to this type from the input type.
source§impl From<ImplItemMissingPtr> for SyntaxStablePtrId
impl From<ImplItemMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: ImplItemMissingPtr) -> Self
fn from(ptr: ImplItemMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<ImplItemPtr> for SyntaxStablePtrId
impl From<ImplItemPtr> for SyntaxStablePtrId
source§fn from(ptr: ImplItemPtr) -> Self
fn from(ptr: ImplItemPtr) -> Self
Converts to this type from the input type.
source§impl From<ImplicitsClausePtr> for SyntaxStablePtrId
impl From<ImplicitsClausePtr> for SyntaxStablePtrId
source§fn from(ptr: ImplicitsClausePtr) -> Self
fn from(ptr: ImplicitsClausePtr) -> Self
Converts to this type from the input type.
source§impl From<ImplicitsListPtr> for SyntaxStablePtrId
impl From<ImplicitsListPtr> for SyntaxStablePtrId
source§fn from(ptr: ImplicitsListPtr) -> Self
fn from(ptr: ImplicitsListPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemConstantPtr> for SyntaxStablePtrId
impl From<ItemConstantPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemConstantPtr) -> Self
fn from(ptr: ItemConstantPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemEnumPtr> for SyntaxStablePtrId
impl From<ItemEnumPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemEnumPtr) -> Self
fn from(ptr: ItemEnumPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemExternFunctionPtr> for SyntaxStablePtrId
impl From<ItemExternFunctionPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemExternFunctionPtr) -> Self
fn from(ptr: ItemExternFunctionPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemExternTypePtr> for SyntaxStablePtrId
impl From<ItemExternTypePtr> for SyntaxStablePtrId
source§fn from(ptr: ItemExternTypePtr) -> Self
fn from(ptr: ItemExternTypePtr) -> Self
Converts to this type from the input type.
source§impl From<ItemHeaderDocPtr> for SyntaxStablePtrId
impl From<ItemHeaderDocPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemHeaderDocPtr) -> Self
fn from(ptr: ItemHeaderDocPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemImplAliasPtr> for SyntaxStablePtrId
impl From<ItemImplAliasPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemImplAliasPtr) -> Self
fn from(ptr: ItemImplAliasPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemImplPtr> for SyntaxStablePtrId
impl From<ItemImplPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemImplPtr) -> Self
fn from(ptr: ItemImplPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemInlineMacroPtr> for SyntaxStablePtrId
impl From<ItemInlineMacroPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemInlineMacroPtr) -> Self
fn from(ptr: ItemInlineMacroPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemModulePtr> for SyntaxStablePtrId
impl From<ItemModulePtr> for SyntaxStablePtrId
source§fn from(ptr: ItemModulePtr) -> Self
fn from(ptr: ItemModulePtr) -> Self
Converts to this type from the input type.
source§impl From<ItemStructPtr> for SyntaxStablePtrId
impl From<ItemStructPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemStructPtr) -> Self
fn from(ptr: ItemStructPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemTraitPtr> for SyntaxStablePtrId
impl From<ItemTraitPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemTraitPtr) -> Self
fn from(ptr: ItemTraitPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemTypeAliasPtr> for SyntaxStablePtrId
impl From<ItemTypeAliasPtr> for SyntaxStablePtrId
source§fn from(ptr: ItemTypeAliasPtr) -> Self
fn from(ptr: ItemTypeAliasPtr) -> Self
Converts to this type from the input type.
source§impl From<ItemUsePtr> for SyntaxStablePtrId
impl From<ItemUsePtr> for SyntaxStablePtrId
source§fn from(ptr: ItemUsePtr) -> Self
fn from(ptr: ItemUsePtr) -> Self
Converts to this type from the input type.
source§impl From<MatchArmPtr> for SyntaxStablePtrId
impl From<MatchArmPtr> for SyntaxStablePtrId
source§fn from(ptr: MatchArmPtr) -> Self
fn from(ptr: MatchArmPtr) -> Self
Converts to this type from the input type.
source§impl From<MatchArmsPtr> for SyntaxStablePtrId
impl From<MatchArmsPtr> for SyntaxStablePtrId
source§fn from(ptr: MatchArmsPtr) -> Self
fn from(ptr: MatchArmsPtr) -> Self
Converts to this type from the input type.
source§impl From<MaybeImplBodyPtr> for SyntaxStablePtrId
impl From<MaybeImplBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: MaybeImplBodyPtr) -> Self
fn from(ptr: MaybeImplBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<MaybeModuleBodyPtr> for SyntaxStablePtrId
impl From<MaybeModuleBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: MaybeModuleBodyPtr) -> Self
fn from(ptr: MaybeModuleBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<MaybeTraitBodyPtr> for SyntaxStablePtrId
impl From<MaybeTraitBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: MaybeTraitBodyPtr) -> Self
fn from(ptr: MaybeTraitBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<MaybeTraitFunctionBodyPtr> for SyntaxStablePtrId
impl From<MaybeTraitFunctionBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: MaybeTraitFunctionBodyPtr) -> Self
fn from(ptr: MaybeTraitFunctionBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<MemberListPtr> for SyntaxStablePtrId
impl From<MemberListPtr> for SyntaxStablePtrId
source§fn from(ptr: MemberListPtr) -> Self
fn from(ptr: MemberListPtr) -> Self
Converts to this type from the input type.
source§impl From<MemberPtr> for SyntaxStablePtrId
impl From<MemberPtr> for SyntaxStablePtrId
source§impl From<ModifierListPtr> for SyntaxStablePtrId
impl From<ModifierListPtr> for SyntaxStablePtrId
source§fn from(ptr: ModifierListPtr) -> Self
fn from(ptr: ModifierListPtr) -> Self
Converts to this type from the input type.
source§impl From<ModifierPtr> for SyntaxStablePtrId
impl From<ModifierPtr> for SyntaxStablePtrId
source§fn from(ptr: ModifierPtr) -> Self
fn from(ptr: ModifierPtr) -> Self
Converts to this type from the input type.
source§impl From<ModuleBodyPtr> for SyntaxStablePtrId
impl From<ModuleBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: ModuleBodyPtr) -> Self
fn from(ptr: ModuleBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<ModuleItemListPtr> for SyntaxStablePtrId
impl From<ModuleItemListPtr> for SyntaxStablePtrId
source§fn from(ptr: ModuleItemListPtr) -> Self
fn from(ptr: ModuleItemListPtr) -> Self
Converts to this type from the input type.
source§impl From<ModuleItemMissingPtr> for SyntaxStablePtrId
impl From<ModuleItemMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: ModuleItemMissingPtr) -> Self
fn from(ptr: ModuleItemMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<ModuleItemPtr> for SyntaxStablePtrId
impl From<ModuleItemPtr> for SyntaxStablePtrId
source§fn from(ptr: ModuleItemPtr) -> Self
fn from(ptr: ModuleItemPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionAliasClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionAliasClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionAliasClauseEmptyPtr) -> Self
fn from(ptr: OptionAliasClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionAliasClausePtr> for SyntaxStablePtrId
impl From<OptionAliasClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionAliasClausePtr) -> Self
fn from(ptr: OptionAliasClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionArgListParenthesizedEmptyPtr> for SyntaxStablePtrId
impl From<OptionArgListParenthesizedEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionArgListParenthesizedEmptyPtr) -> Self
fn from(ptr: OptionArgListParenthesizedEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionArgListParenthesizedPtr> for SyntaxStablePtrId
impl From<OptionArgListParenthesizedPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionArgListParenthesizedPtr) -> Self
fn from(ptr: OptionArgListParenthesizedPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionElseClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionElseClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionElseClauseEmptyPtr) -> Self
fn from(ptr: OptionElseClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionElseClausePtr> for SyntaxStablePtrId
impl From<OptionElseClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionElseClausePtr) -> Self
fn from(ptr: OptionElseClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionExprClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionExprClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionExprClauseEmptyPtr) -> Self
fn from(ptr: OptionExprClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionExprClausePtr> for SyntaxStablePtrId
impl From<OptionExprClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionExprClausePtr) -> Self
fn from(ptr: OptionExprClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionFixedSizeArraySizeEmptyPtr> for SyntaxStablePtrId
impl From<OptionFixedSizeArraySizeEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionFixedSizeArraySizeEmptyPtr) -> Self
fn from(ptr: OptionFixedSizeArraySizeEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionFixedSizeArraySizePtr> for SyntaxStablePtrId
impl From<OptionFixedSizeArraySizePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionFixedSizeArraySizePtr) -> Self
fn from(ptr: OptionFixedSizeArraySizePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionImplicitsClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionImplicitsClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionImplicitsClauseEmptyPtr) -> Self
fn from(ptr: OptionImplicitsClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionImplicitsClausePtr> for SyntaxStablePtrId
impl From<OptionImplicitsClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionImplicitsClausePtr) -> Self
fn from(ptr: OptionImplicitsClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionPatternEnumInnerPatternEmptyPtr> for SyntaxStablePtrId
impl From<OptionPatternEnumInnerPatternEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionPatternEnumInnerPatternEmptyPtr) -> Self
fn from(ptr: OptionPatternEnumInnerPatternEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionPatternEnumInnerPatternPtr> for SyntaxStablePtrId
impl From<OptionPatternEnumInnerPatternPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionPatternEnumInnerPatternPtr) -> Self
fn from(ptr: OptionPatternEnumInnerPatternPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionReturnTypeClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionReturnTypeClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionReturnTypeClauseEmptyPtr) -> Self
fn from(ptr: OptionReturnTypeClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionReturnTypeClausePtr> for SyntaxStablePtrId
impl From<OptionReturnTypeClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionReturnTypeClausePtr) -> Self
fn from(ptr: OptionReturnTypeClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionStructArgExprEmptyPtr> for SyntaxStablePtrId
impl From<OptionStructArgExprEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionStructArgExprEmptyPtr) -> Self
fn from(ptr: OptionStructArgExprEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionStructArgExprPtr> for SyntaxStablePtrId
impl From<OptionStructArgExprPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionStructArgExprPtr) -> Self
fn from(ptr: OptionStructArgExprPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTerminalColonColonEmptyPtr> for SyntaxStablePtrId
impl From<OptionTerminalColonColonEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTerminalColonColonEmptyPtr) -> Self
fn from(ptr: OptionTerminalColonColonEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTerminalColonColonPtr> for SyntaxStablePtrId
impl From<OptionTerminalColonColonPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTerminalColonColonPtr) -> Self
fn from(ptr: OptionTerminalColonColonPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTerminalNoPanicEmptyPtr> for SyntaxStablePtrId
impl From<OptionTerminalNoPanicEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTerminalNoPanicEmptyPtr) -> Self
fn from(ptr: OptionTerminalNoPanicEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTerminalNoPanicPtr> for SyntaxStablePtrId
impl From<OptionTerminalNoPanicPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTerminalNoPanicPtr) -> Self
fn from(ptr: OptionTerminalNoPanicPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTerminalSemicolonEmptyPtr> for SyntaxStablePtrId
impl From<OptionTerminalSemicolonEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTerminalSemicolonEmptyPtr) -> Self
fn from(ptr: OptionTerminalSemicolonEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTerminalSemicolonPtr> for SyntaxStablePtrId
impl From<OptionTerminalSemicolonPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTerminalSemicolonPtr) -> Self
fn from(ptr: OptionTerminalSemicolonPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTypeClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionTypeClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTypeClauseEmptyPtr) -> Self
fn from(ptr: OptionTypeClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionTypeClausePtr> for SyntaxStablePtrId
impl From<OptionTypeClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionTypeClausePtr) -> Self
fn from(ptr: OptionTypeClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionVisibilityPubArgumentClauseEmptyPtr> for SyntaxStablePtrId
impl From<OptionVisibilityPubArgumentClauseEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionVisibilityPubArgumentClauseEmptyPtr) -> Self
fn from(ptr: OptionVisibilityPubArgumentClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionVisibilityPubArgumentClausePtr> for SyntaxStablePtrId
impl From<OptionVisibilityPubArgumentClausePtr> for SyntaxStablePtrId
source§fn from(ptr: OptionVisibilityPubArgumentClausePtr) -> Self
fn from(ptr: OptionVisibilityPubArgumentClausePtr) -> Self
Converts to this type from the input type.
source§impl From<OptionWrappedGenericParamListEmptyPtr> for SyntaxStablePtrId
impl From<OptionWrappedGenericParamListEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionWrappedGenericParamListEmptyPtr) -> Self
fn from(ptr: OptionWrappedGenericParamListEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<OptionWrappedGenericParamListPtr> for SyntaxStablePtrId
impl From<OptionWrappedGenericParamListPtr> for SyntaxStablePtrId
source§fn from(ptr: OptionWrappedGenericParamListPtr) -> Self
fn from(ptr: OptionWrappedGenericParamListPtr) -> Self
Converts to this type from the input type.
source§impl From<ParamListPtr> for SyntaxStablePtrId
impl From<ParamListPtr> for SyntaxStablePtrId
source§fn from(ptr: ParamListPtr) -> Self
fn from(ptr: ParamListPtr) -> Self
Converts to this type from the input type.
source§impl From<ParamPtr> for SyntaxStablePtrId
impl From<ParamPtr> for SyntaxStablePtrId
source§impl From<PathSegmentPtr> for SyntaxStablePtrId
impl From<PathSegmentPtr> for SyntaxStablePtrId
source§fn from(ptr: PathSegmentPtr) -> Self
fn from(ptr: PathSegmentPtr) -> Self
Converts to this type from the input type.
source§impl From<PathSegmentSimplePtr> for SyntaxStablePtrId
impl From<PathSegmentSimplePtr> for SyntaxStablePtrId
source§fn from(ptr: PathSegmentSimplePtr) -> Self
fn from(ptr: PathSegmentSimplePtr) -> Self
Converts to this type from the input type.
source§impl From<PathSegmentWithGenericArgsPtr> for SyntaxStablePtrId
impl From<PathSegmentWithGenericArgsPtr> for SyntaxStablePtrId
source§fn from(ptr: PathSegmentWithGenericArgsPtr) -> Self
fn from(ptr: PathSegmentWithGenericArgsPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternEnumInnerPatternPtr> for SyntaxStablePtrId
impl From<PatternEnumInnerPatternPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternEnumInnerPatternPtr) -> Self
fn from(ptr: PatternEnumInnerPatternPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternEnumPtr> for SyntaxStablePtrId
impl From<PatternEnumPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternEnumPtr) -> Self
fn from(ptr: PatternEnumPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternFixedSizeArrayPtr> for SyntaxStablePtrId
impl From<PatternFixedSizeArrayPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternFixedSizeArrayPtr) -> Self
fn from(ptr: PatternFixedSizeArrayPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternIdentifierPtr> for SyntaxStablePtrId
impl From<PatternIdentifierPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternIdentifierPtr) -> Self
fn from(ptr: PatternIdentifierPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternListOrPtr> for SyntaxStablePtrId
impl From<PatternListOrPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternListOrPtr) -> Self
fn from(ptr: PatternListOrPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternListPtr> for SyntaxStablePtrId
impl From<PatternListPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternListPtr) -> Self
fn from(ptr: PatternListPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternPtr> for SyntaxStablePtrId
impl From<PatternPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternPtr) -> Self
fn from(ptr: PatternPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternStructParamListPtr> for SyntaxStablePtrId
impl From<PatternStructParamListPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternStructParamListPtr) -> Self
fn from(ptr: PatternStructParamListPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternStructParamPtr> for SyntaxStablePtrId
impl From<PatternStructParamPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternStructParamPtr) -> Self
fn from(ptr: PatternStructParamPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternStructParamWithExprPtr> for SyntaxStablePtrId
impl From<PatternStructParamWithExprPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternStructParamWithExprPtr) -> Self
fn from(ptr: PatternStructParamWithExprPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternStructPtr> for SyntaxStablePtrId
impl From<PatternStructPtr> for SyntaxStablePtrId
source§fn from(ptr: PatternStructPtr) -> Self
fn from(ptr: PatternStructPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternTuplePtr> for SyntaxStablePtrId
impl From<PatternTuplePtr> for SyntaxStablePtrId
source§fn from(ptr: PatternTuplePtr) -> Self
fn from(ptr: PatternTuplePtr) -> Self
Converts to this type from the input type.
source§impl From<ReturnTypeClausePtr> for SyntaxStablePtrId
impl From<ReturnTypeClausePtr> for SyntaxStablePtrId
source§fn from(ptr: ReturnTypeClausePtr) -> Self
fn from(ptr: ReturnTypeClausePtr) -> Self
Converts to this type from the input type.
source§impl From<SkippedNodePtr> for SyntaxStablePtrId
impl From<SkippedNodePtr> for SyntaxStablePtrId
source§fn from(ptr: SkippedNodePtr) -> Self
fn from(ptr: SkippedNodePtr) -> Self
Converts to this type from the input type.
source§impl From<StatementBreakPtr> for SyntaxStablePtrId
impl From<StatementBreakPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementBreakPtr) -> Self
fn from(ptr: StatementBreakPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementContinuePtr> for SyntaxStablePtrId
impl From<StatementContinuePtr> for SyntaxStablePtrId
source§fn from(ptr: StatementContinuePtr) -> Self
fn from(ptr: StatementContinuePtr) -> Self
Converts to this type from the input type.
source§impl From<StatementExprPtr> for SyntaxStablePtrId
impl From<StatementExprPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementExprPtr) -> Self
fn from(ptr: StatementExprPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementItemPtr> for SyntaxStablePtrId
impl From<StatementItemPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementItemPtr) -> Self
fn from(ptr: StatementItemPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementLetPtr> for SyntaxStablePtrId
impl From<StatementLetPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementLetPtr) -> Self
fn from(ptr: StatementLetPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementListPtr> for SyntaxStablePtrId
impl From<StatementListPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementListPtr) -> Self
fn from(ptr: StatementListPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementMissingPtr> for SyntaxStablePtrId
impl From<StatementMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementMissingPtr) -> Self
fn from(ptr: StatementMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementPtr> for SyntaxStablePtrId
impl From<StatementPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementPtr) -> Self
fn from(ptr: StatementPtr) -> Self
Converts to this type from the input type.
source§impl From<StatementReturnPtr> for SyntaxStablePtrId
impl From<StatementReturnPtr> for SyntaxStablePtrId
source§fn from(ptr: StatementReturnPtr) -> Self
fn from(ptr: StatementReturnPtr) -> Self
Converts to this type from the input type.
source§impl From<StructArgExprPtr> for SyntaxStablePtrId
impl From<StructArgExprPtr> for SyntaxStablePtrId
source§fn from(ptr: StructArgExprPtr) -> Self
fn from(ptr: StructArgExprPtr) -> Self
Converts to this type from the input type.
source§impl From<StructArgListBracedPtr> for SyntaxStablePtrId
impl From<StructArgListBracedPtr> for SyntaxStablePtrId
source§fn from(ptr: StructArgListBracedPtr) -> Self
fn from(ptr: StructArgListBracedPtr) -> Self
Converts to this type from the input type.
source§impl From<StructArgListPtr> for SyntaxStablePtrId
impl From<StructArgListPtr> for SyntaxStablePtrId
source§fn from(ptr: StructArgListPtr) -> Self
fn from(ptr: StructArgListPtr) -> Self
Converts to this type from the input type.
source§impl From<StructArgPtr> for SyntaxStablePtrId
impl From<StructArgPtr> for SyntaxStablePtrId
source§fn from(ptr: StructArgPtr) -> Self
fn from(ptr: StructArgPtr) -> Self
Converts to this type from the input type.
source§impl From<StructArgSinglePtr> for SyntaxStablePtrId
impl From<StructArgSinglePtr> for SyntaxStablePtrId
source§fn from(ptr: StructArgSinglePtr) -> Self
fn from(ptr: StructArgSinglePtr) -> Self
Converts to this type from the input type.
source§impl From<StructArgTailPtr> for SyntaxStablePtrId
impl From<StructArgTailPtr> for SyntaxStablePtrId
source§fn from(ptr: StructArgTailPtr) -> Self
fn from(ptr: StructArgTailPtr) -> Self
Converts to this type from the input type.
source§impl From<SyntaxFilePtr> for SyntaxStablePtrId
impl From<SyntaxFilePtr> for SyntaxStablePtrId
source§fn from(ptr: SyntaxFilePtr) -> Self
fn from(ptr: SyntaxFilePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalAndAndPtr> for SyntaxStablePtrId
impl From<TerminalAndAndPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalAndAndPtr) -> Self
fn from(ptr: TerminalAndAndPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalAndPtr> for SyntaxStablePtrId
impl From<TerminalAndPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalAndPtr) -> Self
fn from(ptr: TerminalAndPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalArrowPtr> for SyntaxStablePtrId
impl From<TerminalArrowPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalArrowPtr) -> Self
fn from(ptr: TerminalArrowPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalAsPtr> for SyntaxStablePtrId
impl From<TerminalAsPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalAsPtr) -> Self
fn from(ptr: TerminalAsPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalAtPtr> for SyntaxStablePtrId
impl From<TerminalAtPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalAtPtr) -> Self
fn from(ptr: TerminalAtPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalBadCharactersPtr> for SyntaxStablePtrId
impl From<TerminalBadCharactersPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalBadCharactersPtr) -> Self
fn from(ptr: TerminalBadCharactersPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalBitNotPtr> for SyntaxStablePtrId
impl From<TerminalBitNotPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalBitNotPtr) -> Self
fn from(ptr: TerminalBitNotPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalBreakPtr> for SyntaxStablePtrId
impl From<TerminalBreakPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalBreakPtr) -> Self
fn from(ptr: TerminalBreakPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalColonColonPtr> for SyntaxStablePtrId
impl From<TerminalColonColonPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalColonColonPtr) -> Self
fn from(ptr: TerminalColonColonPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalColonPtr> for SyntaxStablePtrId
impl From<TerminalColonPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalColonPtr) -> Self
fn from(ptr: TerminalColonPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaPtr> for SyntaxStablePtrId
impl From<TerminalCommaPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalCommaPtr) -> Self
fn from(ptr: TerminalCommaPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalConstPtr> for SyntaxStablePtrId
impl From<TerminalConstPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalConstPtr) -> Self
fn from(ptr: TerminalConstPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalContinuePtr> for SyntaxStablePtrId
impl From<TerminalContinuePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalContinuePtr) -> Self
fn from(ptr: TerminalContinuePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalDivEqPtr> for SyntaxStablePtrId
impl From<TerminalDivEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalDivEqPtr) -> Self
fn from(ptr: TerminalDivEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalDivPtr> for SyntaxStablePtrId
impl From<TerminalDivPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalDivPtr) -> Self
fn from(ptr: TerminalDivPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalDotDotPtr> for SyntaxStablePtrId
impl From<TerminalDotDotPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalDotDotPtr) -> Self
fn from(ptr: TerminalDotDotPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalDotPtr> for SyntaxStablePtrId
impl From<TerminalDotPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalDotPtr) -> Self
fn from(ptr: TerminalDotPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalElsePtr> for SyntaxStablePtrId
impl From<TerminalElsePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalElsePtr) -> Self
fn from(ptr: TerminalElsePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalEmptyPtr> for SyntaxStablePtrId
impl From<TerminalEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalEmptyPtr) -> Self
fn from(ptr: TerminalEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalEndOfFilePtr> for SyntaxStablePtrId
impl From<TerminalEndOfFilePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalEndOfFilePtr) -> Self
fn from(ptr: TerminalEndOfFilePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalEnumPtr> for SyntaxStablePtrId
impl From<TerminalEnumPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalEnumPtr) -> Self
fn from(ptr: TerminalEnumPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalEqEqPtr> for SyntaxStablePtrId
impl From<TerminalEqEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalEqEqPtr) -> Self
fn from(ptr: TerminalEqEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalEqPtr> for SyntaxStablePtrId
impl From<TerminalEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalEqPtr) -> Self
fn from(ptr: TerminalEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalExternPtr> for SyntaxStablePtrId
impl From<TerminalExternPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalExternPtr) -> Self
fn from(ptr: TerminalExternPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalFalsePtr> for SyntaxStablePtrId
impl From<TerminalFalsePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalFalsePtr) -> Self
fn from(ptr: TerminalFalsePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalForPtr> for SyntaxStablePtrId
impl From<TerminalForPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalForPtr) -> Self
fn from(ptr: TerminalForPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalFunctionPtr> for SyntaxStablePtrId
impl From<TerminalFunctionPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalFunctionPtr) -> Self
fn from(ptr: TerminalFunctionPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalGEPtr> for SyntaxStablePtrId
impl From<TerminalGEPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalGEPtr) -> Self
fn from(ptr: TerminalGEPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalGTPtr> for SyntaxStablePtrId
impl From<TerminalGTPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalGTPtr) -> Self
fn from(ptr: TerminalGTPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalHashPtr> for SyntaxStablePtrId
impl From<TerminalHashPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalHashPtr) -> Self
fn from(ptr: TerminalHashPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalIdentifierPtr> for SyntaxStablePtrId
impl From<TerminalIdentifierPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalIdentifierPtr) -> Self
fn from(ptr: TerminalIdentifierPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalIfPtr> for SyntaxStablePtrId
impl From<TerminalIfPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalIfPtr) -> Self
fn from(ptr: TerminalIfPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalImplPtr> for SyntaxStablePtrId
impl From<TerminalImplPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalImplPtr) -> Self
fn from(ptr: TerminalImplPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalImplicitsPtr> for SyntaxStablePtrId
impl From<TerminalImplicitsPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalImplicitsPtr) -> Self
fn from(ptr: TerminalImplicitsPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLBracePtr> for SyntaxStablePtrId
impl From<TerminalLBracePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLBracePtr) -> Self
fn from(ptr: TerminalLBracePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLBrackPtr> for SyntaxStablePtrId
impl From<TerminalLBrackPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLBrackPtr) -> Self
fn from(ptr: TerminalLBrackPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLEPtr> for SyntaxStablePtrId
impl From<TerminalLEPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLEPtr) -> Self
fn from(ptr: TerminalLEPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLParenPtr> for SyntaxStablePtrId
impl From<TerminalLParenPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLParenPtr) -> Self
fn from(ptr: TerminalLParenPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLTPtr> for SyntaxStablePtrId
impl From<TerminalLTPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLTPtr) -> Self
fn from(ptr: TerminalLTPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLetPtr> for SyntaxStablePtrId
impl From<TerminalLetPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLetPtr) -> Self
fn from(ptr: TerminalLetPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLiteralNumberPtr> for SyntaxStablePtrId
impl From<TerminalLiteralNumberPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLiteralNumberPtr) -> Self
fn from(ptr: TerminalLiteralNumberPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalLoopPtr> for SyntaxStablePtrId
impl From<TerminalLoopPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalLoopPtr) -> Self
fn from(ptr: TerminalLoopPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMatchArrowPtr> for SyntaxStablePtrId
impl From<TerminalMatchArrowPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMatchArrowPtr) -> Self
fn from(ptr: TerminalMatchArrowPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMatchPtr> for SyntaxStablePtrId
impl From<TerminalMatchPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMatchPtr) -> Self
fn from(ptr: TerminalMatchPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMinusEqPtr> for SyntaxStablePtrId
impl From<TerminalMinusEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMinusEqPtr) -> Self
fn from(ptr: TerminalMinusEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMinusPtr> for SyntaxStablePtrId
impl From<TerminalMinusPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMinusPtr) -> Self
fn from(ptr: TerminalMinusPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalModEqPtr> for SyntaxStablePtrId
impl From<TerminalModEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalModEqPtr) -> Self
fn from(ptr: TerminalModEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalModPtr> for SyntaxStablePtrId
impl From<TerminalModPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalModPtr) -> Self
fn from(ptr: TerminalModPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalModulePtr> for SyntaxStablePtrId
impl From<TerminalModulePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalModulePtr) -> Self
fn from(ptr: TerminalModulePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMulEqPtr> for SyntaxStablePtrId
impl From<TerminalMulEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMulEqPtr) -> Self
fn from(ptr: TerminalMulEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMulPtr> for SyntaxStablePtrId
impl From<TerminalMulPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMulPtr) -> Self
fn from(ptr: TerminalMulPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalMutPtr> for SyntaxStablePtrId
impl From<TerminalMutPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalMutPtr) -> Self
fn from(ptr: TerminalMutPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalNeqPtr> for SyntaxStablePtrId
impl From<TerminalNeqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalNeqPtr) -> Self
fn from(ptr: TerminalNeqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalNoPanicPtr> for SyntaxStablePtrId
impl From<TerminalNoPanicPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalNoPanicPtr) -> Self
fn from(ptr: TerminalNoPanicPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalNotPtr> for SyntaxStablePtrId
impl From<TerminalNotPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalNotPtr) -> Self
fn from(ptr: TerminalNotPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalOfPtr> for SyntaxStablePtrId
impl From<TerminalOfPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalOfPtr) -> Self
fn from(ptr: TerminalOfPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalOrOrPtr> for SyntaxStablePtrId
impl From<TerminalOrOrPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalOrOrPtr) -> Self
fn from(ptr: TerminalOrOrPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalOrPtr> for SyntaxStablePtrId
impl From<TerminalOrPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalOrPtr) -> Self
fn from(ptr: TerminalOrPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalPlusEqPtr> for SyntaxStablePtrId
impl From<TerminalPlusEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalPlusEqPtr) -> Self
fn from(ptr: TerminalPlusEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalPlusPtr> for SyntaxStablePtrId
impl From<TerminalPlusPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalPlusPtr) -> Self
fn from(ptr: TerminalPlusPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalPubPtr> for SyntaxStablePtrId
impl From<TerminalPubPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalPubPtr) -> Self
fn from(ptr: TerminalPubPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalQuestionMarkPtr> for SyntaxStablePtrId
impl From<TerminalQuestionMarkPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalQuestionMarkPtr) -> Self
fn from(ptr: TerminalQuestionMarkPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalRBracePtr> for SyntaxStablePtrId
impl From<TerminalRBracePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalRBracePtr) -> Self
fn from(ptr: TerminalRBracePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalRBrackPtr> for SyntaxStablePtrId
impl From<TerminalRBrackPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalRBrackPtr) -> Self
fn from(ptr: TerminalRBrackPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalRParenPtr> for SyntaxStablePtrId
impl From<TerminalRParenPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalRParenPtr) -> Self
fn from(ptr: TerminalRParenPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalRefPtr> for SyntaxStablePtrId
impl From<TerminalRefPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalRefPtr) -> Self
fn from(ptr: TerminalRefPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalReturnPtr> for SyntaxStablePtrId
impl From<TerminalReturnPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalReturnPtr) -> Self
fn from(ptr: TerminalReturnPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalSemicolonPtr> for SyntaxStablePtrId
impl From<TerminalSemicolonPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalSemicolonPtr) -> Self
fn from(ptr: TerminalSemicolonPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalShortStringPtr> for SyntaxStablePtrId
impl From<TerminalShortStringPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalShortStringPtr) -> Self
fn from(ptr: TerminalShortStringPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalStringPtr> for SyntaxStablePtrId
impl From<TerminalStringPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalStringPtr) -> Self
fn from(ptr: TerminalStringPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalStructPtr> for SyntaxStablePtrId
impl From<TerminalStructPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalStructPtr) -> Self
fn from(ptr: TerminalStructPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalTraitPtr> for SyntaxStablePtrId
impl From<TerminalTraitPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalTraitPtr) -> Self
fn from(ptr: TerminalTraitPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalTruePtr> for SyntaxStablePtrId
impl From<TerminalTruePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalTruePtr) -> Self
fn from(ptr: TerminalTruePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalTypePtr> for SyntaxStablePtrId
impl From<TerminalTypePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalTypePtr) -> Self
fn from(ptr: TerminalTypePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalUnderscorePtr> for SyntaxStablePtrId
impl From<TerminalUnderscorePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalUnderscorePtr) -> Self
fn from(ptr: TerminalUnderscorePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalUsePtr> for SyntaxStablePtrId
impl From<TerminalUsePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalUsePtr) -> Self
fn from(ptr: TerminalUsePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalWhilePtr> for SyntaxStablePtrId
impl From<TerminalWhilePtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalWhilePtr) -> Self
fn from(ptr: TerminalWhilePtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalXorPtr> for SyntaxStablePtrId
impl From<TerminalXorPtr> for SyntaxStablePtrId
source§fn from(ptr: TerminalXorPtr) -> Self
fn from(ptr: TerminalXorPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenAndAndPtr> for SyntaxStablePtrId
impl From<TokenAndAndPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenAndAndPtr) -> Self
fn from(ptr: TokenAndAndPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenAndPtr> for SyntaxStablePtrId
impl From<TokenAndPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenAndPtr) -> Self
fn from(ptr: TokenAndPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenArrowPtr> for SyntaxStablePtrId
impl From<TokenArrowPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenArrowPtr) -> Self
fn from(ptr: TokenArrowPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenAsPtr> for SyntaxStablePtrId
impl From<TokenAsPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenAsPtr) -> Self
fn from(ptr: TokenAsPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenAtPtr> for SyntaxStablePtrId
impl From<TokenAtPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenAtPtr) -> Self
fn from(ptr: TokenAtPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenBadCharactersPtr> for SyntaxStablePtrId
impl From<TokenBadCharactersPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenBadCharactersPtr) -> Self
fn from(ptr: TokenBadCharactersPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenBitNotPtr> for SyntaxStablePtrId
impl From<TokenBitNotPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenBitNotPtr) -> Self
fn from(ptr: TokenBitNotPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenBreakPtr> for SyntaxStablePtrId
impl From<TokenBreakPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenBreakPtr) -> Self
fn from(ptr: TokenBreakPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenColonColonPtr> for SyntaxStablePtrId
impl From<TokenColonColonPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenColonColonPtr) -> Self
fn from(ptr: TokenColonColonPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenColonPtr> for SyntaxStablePtrId
impl From<TokenColonPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenColonPtr) -> Self
fn from(ptr: TokenColonPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenCommaPtr> for SyntaxStablePtrId
impl From<TokenCommaPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenCommaPtr) -> Self
fn from(ptr: TokenCommaPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenConstPtr> for SyntaxStablePtrId
impl From<TokenConstPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenConstPtr) -> Self
fn from(ptr: TokenConstPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenContinuePtr> for SyntaxStablePtrId
impl From<TokenContinuePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenContinuePtr) -> Self
fn from(ptr: TokenContinuePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenDivEqPtr> for SyntaxStablePtrId
impl From<TokenDivEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenDivEqPtr) -> Self
fn from(ptr: TokenDivEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenDivPtr> for SyntaxStablePtrId
impl From<TokenDivPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenDivPtr) -> Self
fn from(ptr: TokenDivPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenDotDotPtr> for SyntaxStablePtrId
impl From<TokenDotDotPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenDotDotPtr) -> Self
fn from(ptr: TokenDotDotPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenDotPtr> for SyntaxStablePtrId
impl From<TokenDotPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenDotPtr) -> Self
fn from(ptr: TokenDotPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenElsePtr> for SyntaxStablePtrId
impl From<TokenElsePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenElsePtr) -> Self
fn from(ptr: TokenElsePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenEmptyPtr> for SyntaxStablePtrId
impl From<TokenEmptyPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenEmptyPtr) -> Self
fn from(ptr: TokenEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenEndOfFilePtr> for SyntaxStablePtrId
impl From<TokenEndOfFilePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenEndOfFilePtr) -> Self
fn from(ptr: TokenEndOfFilePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenEnumPtr> for SyntaxStablePtrId
impl From<TokenEnumPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenEnumPtr) -> Self
fn from(ptr: TokenEnumPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenEqEqPtr> for SyntaxStablePtrId
impl From<TokenEqEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenEqEqPtr) -> Self
fn from(ptr: TokenEqEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenEqPtr> for SyntaxStablePtrId
impl From<TokenEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenEqPtr) -> Self
fn from(ptr: TokenEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenExternPtr> for SyntaxStablePtrId
impl From<TokenExternPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenExternPtr) -> Self
fn from(ptr: TokenExternPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenFalsePtr> for SyntaxStablePtrId
impl From<TokenFalsePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenFalsePtr) -> Self
fn from(ptr: TokenFalsePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenForPtr> for SyntaxStablePtrId
impl From<TokenForPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenForPtr) -> Self
fn from(ptr: TokenForPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenFunctionPtr> for SyntaxStablePtrId
impl From<TokenFunctionPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenFunctionPtr) -> Self
fn from(ptr: TokenFunctionPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenGEPtr> for SyntaxStablePtrId
impl From<TokenGEPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenGEPtr) -> Self
fn from(ptr: TokenGEPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenGTPtr> for SyntaxStablePtrId
impl From<TokenGTPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenGTPtr) -> Self
fn from(ptr: TokenGTPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenHashPtr> for SyntaxStablePtrId
impl From<TokenHashPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenHashPtr) -> Self
fn from(ptr: TokenHashPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenIdentifierPtr> for SyntaxStablePtrId
impl From<TokenIdentifierPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenIdentifierPtr) -> Self
fn from(ptr: TokenIdentifierPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenIfPtr> for SyntaxStablePtrId
impl From<TokenIfPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenIfPtr) -> Self
fn from(ptr: TokenIfPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenImplPtr> for SyntaxStablePtrId
impl From<TokenImplPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenImplPtr) -> Self
fn from(ptr: TokenImplPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenImplicitsPtr> for SyntaxStablePtrId
impl From<TokenImplicitsPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenImplicitsPtr) -> Self
fn from(ptr: TokenImplicitsPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLBracePtr> for SyntaxStablePtrId
impl From<TokenLBracePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLBracePtr) -> Self
fn from(ptr: TokenLBracePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLBrackPtr> for SyntaxStablePtrId
impl From<TokenLBrackPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLBrackPtr) -> Self
fn from(ptr: TokenLBrackPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLEPtr> for SyntaxStablePtrId
impl From<TokenLEPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLEPtr) -> Self
fn from(ptr: TokenLEPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLParenPtr> for SyntaxStablePtrId
impl From<TokenLParenPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLParenPtr) -> Self
fn from(ptr: TokenLParenPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLTPtr> for SyntaxStablePtrId
impl From<TokenLTPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLTPtr) -> Self
fn from(ptr: TokenLTPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLetPtr> for SyntaxStablePtrId
impl From<TokenLetPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLetPtr) -> Self
fn from(ptr: TokenLetPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLiteralNumberPtr> for SyntaxStablePtrId
impl From<TokenLiteralNumberPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLiteralNumberPtr) -> Self
fn from(ptr: TokenLiteralNumberPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenLoopPtr> for SyntaxStablePtrId
impl From<TokenLoopPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenLoopPtr) -> Self
fn from(ptr: TokenLoopPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMatchArrowPtr> for SyntaxStablePtrId
impl From<TokenMatchArrowPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMatchArrowPtr) -> Self
fn from(ptr: TokenMatchArrowPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMatchPtr> for SyntaxStablePtrId
impl From<TokenMatchPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMatchPtr) -> Self
fn from(ptr: TokenMatchPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMinusEqPtr> for SyntaxStablePtrId
impl From<TokenMinusEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMinusEqPtr) -> Self
fn from(ptr: TokenMinusEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMinusPtr> for SyntaxStablePtrId
impl From<TokenMinusPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMinusPtr) -> Self
fn from(ptr: TokenMinusPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMissingPtr> for SyntaxStablePtrId
impl From<TokenMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMissingPtr) -> Self
fn from(ptr: TokenMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenModEqPtr> for SyntaxStablePtrId
impl From<TokenModEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenModEqPtr) -> Self
fn from(ptr: TokenModEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenModPtr> for SyntaxStablePtrId
impl From<TokenModPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenModPtr) -> Self
fn from(ptr: TokenModPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenModulePtr> for SyntaxStablePtrId
impl From<TokenModulePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenModulePtr) -> Self
fn from(ptr: TokenModulePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMulEqPtr> for SyntaxStablePtrId
impl From<TokenMulEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMulEqPtr) -> Self
fn from(ptr: TokenMulEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMulPtr> for SyntaxStablePtrId
impl From<TokenMulPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMulPtr) -> Self
fn from(ptr: TokenMulPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenMutPtr> for SyntaxStablePtrId
impl From<TokenMutPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenMutPtr) -> Self
fn from(ptr: TokenMutPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenNeqPtr> for SyntaxStablePtrId
impl From<TokenNeqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenNeqPtr) -> Self
fn from(ptr: TokenNeqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenNewlinePtr> for SyntaxStablePtrId
impl From<TokenNewlinePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenNewlinePtr) -> Self
fn from(ptr: TokenNewlinePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenNoPanicPtr> for SyntaxStablePtrId
impl From<TokenNoPanicPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenNoPanicPtr) -> Self
fn from(ptr: TokenNoPanicPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenNodePtr> for SyntaxStablePtrId
impl From<TokenNodePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenNodePtr) -> Self
fn from(ptr: TokenNodePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenNotPtr> for SyntaxStablePtrId
impl From<TokenNotPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenNotPtr) -> Self
fn from(ptr: TokenNotPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenOfPtr> for SyntaxStablePtrId
impl From<TokenOfPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenOfPtr) -> Self
fn from(ptr: TokenOfPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenOrOrPtr> for SyntaxStablePtrId
impl From<TokenOrOrPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenOrOrPtr) -> Self
fn from(ptr: TokenOrOrPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenOrPtr> for SyntaxStablePtrId
impl From<TokenOrPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenOrPtr) -> Self
fn from(ptr: TokenOrPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenPlusEqPtr> for SyntaxStablePtrId
impl From<TokenPlusEqPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenPlusEqPtr) -> Self
fn from(ptr: TokenPlusEqPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenPlusPtr> for SyntaxStablePtrId
impl From<TokenPlusPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenPlusPtr) -> Self
fn from(ptr: TokenPlusPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenPubPtr> for SyntaxStablePtrId
impl From<TokenPubPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenPubPtr) -> Self
fn from(ptr: TokenPubPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenQuestionMarkPtr> for SyntaxStablePtrId
impl From<TokenQuestionMarkPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenQuestionMarkPtr) -> Self
fn from(ptr: TokenQuestionMarkPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenRBracePtr> for SyntaxStablePtrId
impl From<TokenRBracePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenRBracePtr) -> Self
fn from(ptr: TokenRBracePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenRBrackPtr> for SyntaxStablePtrId
impl From<TokenRBrackPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenRBrackPtr) -> Self
fn from(ptr: TokenRBrackPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenRParenPtr> for SyntaxStablePtrId
impl From<TokenRParenPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenRParenPtr) -> Self
fn from(ptr: TokenRParenPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenRefPtr> for SyntaxStablePtrId
impl From<TokenRefPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenRefPtr) -> Self
fn from(ptr: TokenRefPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenReturnPtr> for SyntaxStablePtrId
impl From<TokenReturnPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenReturnPtr) -> Self
fn from(ptr: TokenReturnPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenSemicolonPtr> for SyntaxStablePtrId
impl From<TokenSemicolonPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenSemicolonPtr) -> Self
fn from(ptr: TokenSemicolonPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenShortStringPtr> for SyntaxStablePtrId
impl From<TokenShortStringPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenShortStringPtr) -> Self
fn from(ptr: TokenShortStringPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenSingleLineCommentPtr> for SyntaxStablePtrId
impl From<TokenSingleLineCommentPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenSingleLineCommentPtr) -> Self
fn from(ptr: TokenSingleLineCommentPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenSingleLineDocCommentPtr> for SyntaxStablePtrId
impl From<TokenSingleLineDocCommentPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenSingleLineDocCommentPtr) -> Self
fn from(ptr: TokenSingleLineDocCommentPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenSingleLineInnerCommentPtr> for SyntaxStablePtrId
impl From<TokenSingleLineInnerCommentPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenSingleLineInnerCommentPtr) -> Self
fn from(ptr: TokenSingleLineInnerCommentPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenSkippedPtr> for SyntaxStablePtrId
impl From<TokenSkippedPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenSkippedPtr) -> Self
fn from(ptr: TokenSkippedPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenStringPtr> for SyntaxStablePtrId
impl From<TokenStringPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenStringPtr) -> Self
fn from(ptr: TokenStringPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenStructPtr> for SyntaxStablePtrId
impl From<TokenStructPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenStructPtr) -> Self
fn from(ptr: TokenStructPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenTraitPtr> for SyntaxStablePtrId
impl From<TokenTraitPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenTraitPtr) -> Self
fn from(ptr: TokenTraitPtr) -> Self
Converts to this type from the input type.
source§impl From<TokenTruePtr> for SyntaxStablePtrId
impl From<TokenTruePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenTruePtr) -> Self
fn from(ptr: TokenTruePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenTypePtr> for SyntaxStablePtrId
impl From<TokenTypePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenTypePtr) -> Self
fn from(ptr: TokenTypePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenUnderscorePtr> for SyntaxStablePtrId
impl From<TokenUnderscorePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenUnderscorePtr) -> Self
fn from(ptr: TokenUnderscorePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenUsePtr> for SyntaxStablePtrId
impl From<TokenUsePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenUsePtr) -> Self
fn from(ptr: TokenUsePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenWhilePtr> for SyntaxStablePtrId
impl From<TokenWhilePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenWhilePtr) -> Self
fn from(ptr: TokenWhilePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenWhitespacePtr> for SyntaxStablePtrId
impl From<TokenWhitespacePtr> for SyntaxStablePtrId
source§fn from(ptr: TokenWhitespacePtr) -> Self
fn from(ptr: TokenWhitespacePtr) -> Self
Converts to this type from the input type.
source§impl From<TokenXorPtr> for SyntaxStablePtrId
impl From<TokenXorPtr> for SyntaxStablePtrId
source§fn from(ptr: TokenXorPtr) -> Self
fn from(ptr: TokenXorPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitBodyPtr> for SyntaxStablePtrId
impl From<TraitBodyPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitBodyPtr) -> Self
fn from(ptr: TraitBodyPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemConstantPtr> for SyntaxStablePtrId
impl From<TraitItemConstantPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemConstantPtr) -> Self
fn from(ptr: TraitItemConstantPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemFunctionPtr> for SyntaxStablePtrId
impl From<TraitItemFunctionPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemFunctionPtr) -> Self
fn from(ptr: TraitItemFunctionPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemImplPtr> for SyntaxStablePtrId
impl From<TraitItemImplPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemImplPtr) -> Self
fn from(ptr: TraitItemImplPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemListPtr> for SyntaxStablePtrId
impl From<TraitItemListPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemListPtr) -> Self
fn from(ptr: TraitItemListPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemMissingPtr> for SyntaxStablePtrId
impl From<TraitItemMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemMissingPtr) -> Self
fn from(ptr: TraitItemMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemPtr> for SyntaxStablePtrId
impl From<TraitItemPtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemPtr) -> Self
fn from(ptr: TraitItemPtr) -> Self
Converts to this type from the input type.
source§impl From<TraitItemTypePtr> for SyntaxStablePtrId
impl From<TraitItemTypePtr> for SyntaxStablePtrId
source§fn from(ptr: TraitItemTypePtr) -> Self
fn from(ptr: TraitItemTypePtr) -> Self
Converts to this type from the input type.
source§impl From<TriviaPtr> for SyntaxStablePtrId
impl From<TriviaPtr> for SyntaxStablePtrId
source§impl From<TriviumPtr> for SyntaxStablePtrId
impl From<TriviumPtr> for SyntaxStablePtrId
source§fn from(ptr: TriviumPtr) -> Self
fn from(ptr: TriviumPtr) -> Self
Converts to this type from the input type.
source§impl From<TriviumSkippedNodePtr> for SyntaxStablePtrId
impl From<TriviumSkippedNodePtr> for SyntaxStablePtrId
source§fn from(ptr: TriviumSkippedNodePtr) -> Self
fn from(ptr: TriviumSkippedNodePtr) -> Self
Converts to this type from the input type.
source§impl From<TypeClausePtr> for SyntaxStablePtrId
impl From<TypeClausePtr> for SyntaxStablePtrId
source§fn from(ptr: TypeClausePtr) -> Self
fn from(ptr: TypeClausePtr) -> Self
Converts to this type from the input type.
source§impl From<UnaryOperatorPtr> for SyntaxStablePtrId
impl From<UnaryOperatorPtr> for SyntaxStablePtrId
source§fn from(ptr: UnaryOperatorPtr) -> Self
fn from(ptr: UnaryOperatorPtr) -> Self
Converts to this type from the input type.
source§impl From<UsePathLeafPtr> for SyntaxStablePtrId
impl From<UsePathLeafPtr> for SyntaxStablePtrId
source§fn from(ptr: UsePathLeafPtr) -> Self
fn from(ptr: UsePathLeafPtr) -> Self
Converts to this type from the input type.
source§impl From<UsePathListPtr> for SyntaxStablePtrId
impl From<UsePathListPtr> for SyntaxStablePtrId
source§fn from(ptr: UsePathListPtr) -> Self
fn from(ptr: UsePathListPtr) -> Self
Converts to this type from the input type.
source§impl From<UsePathMultiPtr> for SyntaxStablePtrId
impl From<UsePathMultiPtr> for SyntaxStablePtrId
source§fn from(ptr: UsePathMultiPtr) -> Self
fn from(ptr: UsePathMultiPtr) -> Self
Converts to this type from the input type.
source§impl From<UsePathPtr> for SyntaxStablePtrId
impl From<UsePathPtr> for SyntaxStablePtrId
source§fn from(ptr: UsePathPtr) -> Self
fn from(ptr: UsePathPtr) -> Self
Converts to this type from the input type.
source§impl From<UsePathSinglePtr> for SyntaxStablePtrId
impl From<UsePathSinglePtr> for SyntaxStablePtrId
source§fn from(ptr: UsePathSinglePtr) -> Self
fn from(ptr: UsePathSinglePtr) -> Self
Converts to this type from the input type.
source§impl From<VariantListPtr> for SyntaxStablePtrId
impl From<VariantListPtr> for SyntaxStablePtrId
source§fn from(ptr: VariantListPtr) -> Self
fn from(ptr: VariantListPtr) -> Self
Converts to this type from the input type.
source§impl From<VariantPtr> for SyntaxStablePtrId
impl From<VariantPtr> for SyntaxStablePtrId
source§fn from(ptr: VariantPtr) -> Self
fn from(ptr: VariantPtr) -> Self
Converts to this type from the input type.
source§impl From<VisibilityDefaultPtr> for SyntaxStablePtrId
impl From<VisibilityDefaultPtr> for SyntaxStablePtrId
source§fn from(ptr: VisibilityDefaultPtr) -> Self
fn from(ptr: VisibilityDefaultPtr) -> Self
Converts to this type from the input type.
source§impl From<VisibilityPtr> for SyntaxStablePtrId
impl From<VisibilityPtr> for SyntaxStablePtrId
source§fn from(ptr: VisibilityPtr) -> Self
fn from(ptr: VisibilityPtr) -> Self
Converts to this type from the input type.
source§impl From<VisibilityPubArgumentClausePtr> for SyntaxStablePtrId
impl From<VisibilityPubArgumentClausePtr> for SyntaxStablePtrId
source§fn from(ptr: VisibilityPubArgumentClausePtr) -> Self
fn from(ptr: VisibilityPubArgumentClausePtr) -> Self
Converts to this type from the input type.
source§impl From<VisibilityPubPtr> for SyntaxStablePtrId
impl From<VisibilityPubPtr> for SyntaxStablePtrId
source§fn from(ptr: VisibilityPubPtr) -> Self
fn from(ptr: VisibilityPubPtr) -> Self
Converts to this type from the input type.
source§impl From<WrappedArgListMissingPtr> for SyntaxStablePtrId
impl From<WrappedArgListMissingPtr> for SyntaxStablePtrId
source§fn from(ptr: WrappedArgListMissingPtr) -> Self
fn from(ptr: WrappedArgListMissingPtr) -> Self
Converts to this type from the input type.
source§impl From<WrappedArgListPtr> for SyntaxStablePtrId
impl From<WrappedArgListPtr> for SyntaxStablePtrId
source§fn from(ptr: WrappedArgListPtr) -> Self
fn from(ptr: WrappedArgListPtr) -> Self
Converts to this type from the input type.
source§impl From<WrappedGenericParamListPtr> for SyntaxStablePtrId
impl From<WrappedGenericParamListPtr> for SyntaxStablePtrId
source§fn from(ptr: WrappedGenericParamListPtr) -> Self
fn from(ptr: WrappedGenericParamListPtr) -> Self
Converts to this type from the input type.
source§impl Hash for SyntaxStablePtrId
impl Hash for SyntaxStablePtrId
source§impl<'a> Intern<'a, dyn SyntaxGroup + 'a, SyntaxStablePtrId> for SyntaxStablePtr
impl<'a> Intern<'a, dyn SyntaxGroup + 'a, SyntaxStablePtrId> for SyntaxStablePtr
fn intern( self, db: &(impl Upcast<dyn SyntaxGroup + 'a> + ?Sized), ) -> SyntaxStablePtrId
source§impl InternKey for SyntaxStablePtrId
impl InternKey for SyntaxStablePtrId
source§fn from_intern_id(salsa_id: InternId) -> Self
fn from_intern_id(salsa_id: InternId) -> Self
Create an instance of the intern-key from a
u32
value.source§fn as_intern_id(&self) -> InternId
fn as_intern_id(&self) -> InternId
Extract the
u32
with which the intern-key was created.source§impl<'a> LookupIntern<'a, dyn SyntaxGroup + 'a, SyntaxStablePtr> for SyntaxStablePtrId
impl<'a> LookupIntern<'a, dyn SyntaxGroup + 'a, SyntaxStablePtr> for SyntaxStablePtrId
fn lookup_intern( &self, db: &(impl Upcast<dyn SyntaxGroup + 'a> + ?Sized), ) -> SyntaxStablePtr
source§impl PartialEq for SyntaxStablePtrId
impl PartialEq for SyntaxStablePtrId
impl Copy for SyntaxStablePtrId
impl Eq for SyntaxStablePtrId
impl StructuralPartialEq for SyntaxStablePtrId
Auto Trait Implementations§
impl Freeze for SyntaxStablePtrId
impl RefUnwindSafe for SyntaxStablePtrId
impl Send for SyntaxStablePtrId
impl Sync for SyntaxStablePtrId
impl Unpin for SyntaxStablePtrId
impl UnwindSafe for SyntaxStablePtrId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more