pub enum AnyName {
Show 82 variants
AccessMethod(AccessMethod),
AccessMethodRef(AccessMethodRef),
AttributeName(AttributeName),
AttributeNamespace(AttributeNamespace),
BindParamNameRef(BindParamNameRef),
Channel(Channel),
ChannelRef(ChannelRef),
ColumnName(ColumnName),
ColumnNameRef(ColumnNameRef),
CompositeField(CompositeField),
CompositeFieldRef(CompositeFieldRef),
ConfigValueName(ConfigValueName),
ConstraintName(ConstraintName),
CopyOptionKey(CopyOptionKey),
CopyOptionValueName(CopyOptionValueName),
CteName(CteName),
Cursor(Cursor),
CursorRef(CursorRef),
Database(Database),
DatabaseRef(DatabaseRef),
ElementTableAlias(ElementTableAlias),
ElementTableRef(ElementTableRef),
ElementTag(ElementTag),
EventTrigger(EventTrigger),
EventTriggerRef(EventTriggerRef),
ExplainOptionName(ExplainOptionName),
Extension(Extension),
ExtensionRef(ExtensionRef),
ExtensionVersion(ExtensionVersion),
ForeignDataWrapper(ForeignDataWrapper),
ForeignDataWrapperRef(ForeignDataWrapperRef),
ForeignOptionName(ForeignOptionName),
GrantRoleOptionName(GrantRoleOptionName),
JsonPathName(JsonPathName),
JsonPathNameRef(JsonPathNameRef),
JsonVariableName(JsonVariableName),
Label(Label),
LabelRef(LabelRef),
Language(Language),
LanguageRef(LanguageRef),
NameRef(NameRef),
OptionItemKey(OptionItemKey),
OptionItemValueName(OptionItemValueName),
ParamName(ParamName),
ParamNameRef(ParamNameRef),
PathSegment(PathSegment),
PathSegmentRef(PathSegmentRef),
Policy(Policy),
PolicyRef(PolicyRef),
PreparedStatement(PreparedStatement),
PreparedStatementRef(PreparedStatementRef),
PropertyName(PropertyName),
PropertyNameRef(PropertyNameRef),
Publication(Publication),
PublicationRef(PublicationRef),
RemoteTableNameRef(RemoteTableNameRef),
Role(Role),
RoleRef(RoleRef),
Rule(Rule),
RuleRef(RuleRef),
Savepoint(Savepoint),
SavepointRef(SavepointRef),
Schema(Schema),
SchemaRef(SchemaRef),
Server(Server),
ServerRef(ServerRef),
Subscription(Subscription),
SubscriptionRef(SubscriptionRef),
TableAlias(TableAlias),
Tablespace(Tablespace),
TablespaceRef(TablespaceRef),
TransitionRelationName(TransitionRelationName),
Trigger(Trigger),
TriggerRef(TriggerRef),
VacuumOptionName(VacuumOptionName),
VacuumOptionValueName(VacuumOptionValueName),
VertexTableRef(VertexTableRef),
Window(Window),
WindowRef(WindowRef),
XmlAttr(XmlAttr),
XmlNamespacePrefix(XmlNamespacePrefix),
XmlPiTarget(XmlPiTarget),
}Variants§
AccessMethod(AccessMethod)
AccessMethodRef(AccessMethodRef)
AttributeName(AttributeName)
AttributeNamespace(AttributeNamespace)
BindParamNameRef(BindParamNameRef)
Channel(Channel)
ChannelRef(ChannelRef)
ColumnName(ColumnName)
ColumnNameRef(ColumnNameRef)
CompositeField(CompositeField)
CompositeFieldRef(CompositeFieldRef)
ConfigValueName(ConfigValueName)
ConstraintName(ConstraintName)
CopyOptionKey(CopyOptionKey)
CopyOptionValueName(CopyOptionValueName)
CteName(CteName)
Cursor(Cursor)
CursorRef(CursorRef)
Database(Database)
DatabaseRef(DatabaseRef)
ElementTableAlias(ElementTableAlias)
ElementTableRef(ElementTableRef)
ElementTag(ElementTag)
EventTrigger(EventTrigger)
EventTriggerRef(EventTriggerRef)
ExplainOptionName(ExplainOptionName)
Extension(Extension)
ExtensionRef(ExtensionRef)
ExtensionVersion(ExtensionVersion)
ForeignDataWrapper(ForeignDataWrapper)
ForeignDataWrapperRef(ForeignDataWrapperRef)
ForeignOptionName(ForeignOptionName)
GrantRoleOptionName(GrantRoleOptionName)
JsonPathName(JsonPathName)
JsonPathNameRef(JsonPathNameRef)
JsonVariableName(JsonVariableName)
Label(Label)
LabelRef(LabelRef)
Language(Language)
LanguageRef(LanguageRef)
NameRef(NameRef)
OptionItemKey(OptionItemKey)
OptionItemValueName(OptionItemValueName)
ParamName(ParamName)
ParamNameRef(ParamNameRef)
PathSegment(PathSegment)
PathSegmentRef(PathSegmentRef)
Policy(Policy)
PolicyRef(PolicyRef)
PreparedStatement(PreparedStatement)
PreparedStatementRef(PreparedStatementRef)
PropertyName(PropertyName)
PropertyNameRef(PropertyNameRef)
Publication(Publication)
PublicationRef(PublicationRef)
RemoteTableNameRef(RemoteTableNameRef)
Role(Role)
RoleRef(RoleRef)
Rule(Rule)
RuleRef(RuleRef)
Savepoint(Savepoint)
SavepointRef(SavepointRef)
Schema(Schema)
SchemaRef(SchemaRef)
Server(Server)
ServerRef(ServerRef)
Subscription(Subscription)
SubscriptionRef(SubscriptionRef)
TableAlias(TableAlias)
Tablespace(Tablespace)
TablespaceRef(TablespaceRef)
TransitionRelationName(TransitionRelationName)
Trigger(Trigger)
TriggerRef(TriggerRef)
VacuumOptionName(VacuumOptionName)
VacuumOptionValueName(VacuumOptionValueName)
VertexTableRef(VertexTableRef)
Window(Window)
WindowRef(WindowRef)
XmlAttr(XmlAttr)
XmlNamespacePrefix(XmlNamespacePrefix)
XmlPiTarget(XmlPiTarget)
Trait Implementations§
Source§impl AstNode for AnyName
impl AstNode for AnyName
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
impl Eq for AnyName
Source§impl From<AccessMethod> for AnyName
impl From<AccessMethod> for AnyName
Source§fn from(node: AccessMethod) -> AnyName
fn from(node: AccessMethod) -> AnyName
Converts to this type from the input type.
Source§impl From<AccessMethodRef> for AnyName
impl From<AccessMethodRef> for AnyName
Source§fn from(node: AccessMethodRef) -> AnyName
fn from(node: AccessMethodRef) -> AnyName
Converts to this type from the input type.
Source§impl From<AttributeName> for AnyName
impl From<AttributeName> for AnyName
Source§fn from(node: AttributeName) -> AnyName
fn from(node: AttributeName) -> AnyName
Converts to this type from the input type.
Source§impl From<AttributeNamespace> for AnyName
impl From<AttributeNamespace> for AnyName
Source§fn from(node: AttributeNamespace) -> AnyName
fn from(node: AttributeNamespace) -> AnyName
Converts to this type from the input type.
Source§impl From<BindParamNameRef> for AnyName
impl From<BindParamNameRef> for AnyName
Source§fn from(node: BindParamNameRef) -> AnyName
fn from(node: BindParamNameRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ChannelRef> for AnyName
impl From<ChannelRef> for AnyName
Source§fn from(node: ChannelRef) -> AnyName
fn from(node: ChannelRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ColumnName> for AnyName
impl From<ColumnName> for AnyName
Source§fn from(node: ColumnName) -> AnyName
fn from(node: ColumnName) -> AnyName
Converts to this type from the input type.
Source§impl From<ColumnNameRef> for AnyName
impl From<ColumnNameRef> for AnyName
Source§fn from(node: ColumnNameRef) -> AnyName
fn from(node: ColumnNameRef) -> AnyName
Converts to this type from the input type.
Source§impl From<CompositeField> for AnyName
impl From<CompositeField> for AnyName
Source§fn from(node: CompositeField) -> AnyName
fn from(node: CompositeField) -> AnyName
Converts to this type from the input type.
Source§impl From<CompositeFieldRef> for AnyName
impl From<CompositeFieldRef> for AnyName
Source§fn from(node: CompositeFieldRef) -> AnyName
fn from(node: CompositeFieldRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ConfigValueName> for AnyName
impl From<ConfigValueName> for AnyName
Source§fn from(node: ConfigValueName) -> AnyName
fn from(node: ConfigValueName) -> AnyName
Converts to this type from the input type.
Source§impl From<ConstraintName> for AnyName
impl From<ConstraintName> for AnyName
Source§fn from(node: ConstraintName) -> AnyName
fn from(node: ConstraintName) -> AnyName
Converts to this type from the input type.
Source§impl From<CopyOptionKey> for AnyName
impl From<CopyOptionKey> for AnyName
Source§fn from(node: CopyOptionKey) -> AnyName
fn from(node: CopyOptionKey) -> AnyName
Converts to this type from the input type.
Source§impl From<CopyOptionValueName> for AnyName
impl From<CopyOptionValueName> for AnyName
Source§fn from(node: CopyOptionValueName) -> AnyName
fn from(node: CopyOptionValueName) -> AnyName
Converts to this type from the input type.
Source§impl From<DatabaseRef> for AnyName
impl From<DatabaseRef> for AnyName
Source§fn from(node: DatabaseRef) -> AnyName
fn from(node: DatabaseRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ElementTableAlias> for AnyName
impl From<ElementTableAlias> for AnyName
Source§fn from(node: ElementTableAlias) -> AnyName
fn from(node: ElementTableAlias) -> AnyName
Converts to this type from the input type.
Source§impl From<ElementTableRef> for AnyName
impl From<ElementTableRef> for AnyName
Source§fn from(node: ElementTableRef) -> AnyName
fn from(node: ElementTableRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ElementTag> for AnyName
impl From<ElementTag> for AnyName
Source§fn from(node: ElementTag) -> AnyName
fn from(node: ElementTag) -> AnyName
Converts to this type from the input type.
Source§impl From<EventTrigger> for AnyName
impl From<EventTrigger> for AnyName
Source§fn from(node: EventTrigger) -> AnyName
fn from(node: EventTrigger) -> AnyName
Converts to this type from the input type.
Source§impl From<EventTriggerRef> for AnyName
impl From<EventTriggerRef> for AnyName
Source§fn from(node: EventTriggerRef) -> AnyName
fn from(node: EventTriggerRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ExplainOptionName> for AnyName
impl From<ExplainOptionName> for AnyName
Source§fn from(node: ExplainOptionName) -> AnyName
fn from(node: ExplainOptionName) -> AnyName
Converts to this type from the input type.
Source§impl From<ExtensionRef> for AnyName
impl From<ExtensionRef> for AnyName
Source§fn from(node: ExtensionRef) -> AnyName
fn from(node: ExtensionRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ExtensionVersion> for AnyName
impl From<ExtensionVersion> for AnyName
Source§fn from(node: ExtensionVersion) -> AnyName
fn from(node: ExtensionVersion) -> AnyName
Converts to this type from the input type.
Source§impl From<ForeignDataWrapper> for AnyName
impl From<ForeignDataWrapper> for AnyName
Source§fn from(node: ForeignDataWrapper) -> AnyName
fn from(node: ForeignDataWrapper) -> AnyName
Converts to this type from the input type.
Source§impl From<ForeignDataWrapperRef> for AnyName
impl From<ForeignDataWrapperRef> for AnyName
Source§fn from(node: ForeignDataWrapperRef) -> AnyName
fn from(node: ForeignDataWrapperRef) -> AnyName
Converts to this type from the input type.
Source§impl From<ForeignOptionName> for AnyName
impl From<ForeignOptionName> for AnyName
Source§fn from(node: ForeignOptionName) -> AnyName
fn from(node: ForeignOptionName) -> AnyName
Converts to this type from the input type.
Source§impl From<GrantRoleOptionName> for AnyName
impl From<GrantRoleOptionName> for AnyName
Source§fn from(node: GrantRoleOptionName) -> AnyName
fn from(node: GrantRoleOptionName) -> AnyName
Converts to this type from the input type.
Source§impl From<JsonPathName> for AnyName
impl From<JsonPathName> for AnyName
Source§fn from(node: JsonPathName) -> AnyName
fn from(node: JsonPathName) -> AnyName
Converts to this type from the input type.
Source§impl From<JsonPathNameRef> for AnyName
impl From<JsonPathNameRef> for AnyName
Source§fn from(node: JsonPathNameRef) -> AnyName
fn from(node: JsonPathNameRef) -> AnyName
Converts to this type from the input type.
Source§impl From<JsonVariableName> for AnyName
impl From<JsonVariableName> for AnyName
Source§fn from(node: JsonVariableName) -> AnyName
fn from(node: JsonVariableName) -> AnyName
Converts to this type from the input type.
Source§impl From<LanguageRef> for AnyName
impl From<LanguageRef> for AnyName
Source§fn from(node: LanguageRef) -> AnyName
fn from(node: LanguageRef) -> AnyName
Converts to this type from the input type.
Source§impl From<OptionItemKey> for AnyName
impl From<OptionItemKey> for AnyName
Source§fn from(node: OptionItemKey) -> AnyName
fn from(node: OptionItemKey) -> AnyName
Converts to this type from the input type.
Source§impl From<OptionItemValueName> for AnyName
impl From<OptionItemValueName> for AnyName
Source§fn from(node: OptionItemValueName) -> AnyName
fn from(node: OptionItemValueName) -> AnyName
Converts to this type from the input type.
Source§impl From<ParamNameRef> for AnyName
impl From<ParamNameRef> for AnyName
Source§fn from(node: ParamNameRef) -> AnyName
fn from(node: ParamNameRef) -> AnyName
Converts to this type from the input type.
Source§impl From<PathSegment> for AnyName
impl From<PathSegment> for AnyName
Source§fn from(node: PathSegment) -> AnyName
fn from(node: PathSegment) -> AnyName
Converts to this type from the input type.
Source§impl From<PathSegmentRef> for AnyName
impl From<PathSegmentRef> for AnyName
Source§fn from(node: PathSegmentRef) -> AnyName
fn from(node: PathSegmentRef) -> AnyName
Converts to this type from the input type.
Source§impl From<PreparedStatement> for AnyName
impl From<PreparedStatement> for AnyName
Source§fn from(node: PreparedStatement) -> AnyName
fn from(node: PreparedStatement) -> AnyName
Converts to this type from the input type.
Source§impl From<PreparedStatementRef> for AnyName
impl From<PreparedStatementRef> for AnyName
Source§fn from(node: PreparedStatementRef) -> AnyName
fn from(node: PreparedStatementRef) -> AnyName
Converts to this type from the input type.
Source§impl From<PropertyName> for AnyName
impl From<PropertyName> for AnyName
Source§fn from(node: PropertyName) -> AnyName
fn from(node: PropertyName) -> AnyName
Converts to this type from the input type.
Source§impl From<PropertyNameRef> for AnyName
impl From<PropertyNameRef> for AnyName
Source§fn from(node: PropertyNameRef) -> AnyName
fn from(node: PropertyNameRef) -> AnyName
Converts to this type from the input type.
Source§impl From<Publication> for AnyName
impl From<Publication> for AnyName
Source§fn from(node: Publication) -> AnyName
fn from(node: Publication) -> AnyName
Converts to this type from the input type.
Source§impl From<PublicationRef> for AnyName
impl From<PublicationRef> for AnyName
Source§fn from(node: PublicationRef) -> AnyName
fn from(node: PublicationRef) -> AnyName
Converts to this type from the input type.
Source§impl From<RemoteTableNameRef> for AnyName
impl From<RemoteTableNameRef> for AnyName
Source§fn from(node: RemoteTableNameRef) -> AnyName
fn from(node: RemoteTableNameRef) -> AnyName
Converts to this type from the input type.
Source§impl From<SavepointRef> for AnyName
impl From<SavepointRef> for AnyName
Source§fn from(node: SavepointRef) -> AnyName
fn from(node: SavepointRef) -> AnyName
Converts to this type from the input type.
Source§impl From<Subscription> for AnyName
impl From<Subscription> for AnyName
Source§fn from(node: Subscription) -> AnyName
fn from(node: Subscription) -> AnyName
Converts to this type from the input type.
Source§impl From<SubscriptionRef> for AnyName
impl From<SubscriptionRef> for AnyName
Source§fn from(node: SubscriptionRef) -> AnyName
fn from(node: SubscriptionRef) -> AnyName
Converts to this type from the input type.
Source§impl From<TableAlias> for AnyName
impl From<TableAlias> for AnyName
Source§fn from(node: TableAlias) -> AnyName
fn from(node: TableAlias) -> AnyName
Converts to this type from the input type.
Source§impl From<Tablespace> for AnyName
impl From<Tablespace> for AnyName
Source§fn from(node: Tablespace) -> AnyName
fn from(node: Tablespace) -> AnyName
Converts to this type from the input type.
Source§impl From<TablespaceRef> for AnyName
impl From<TablespaceRef> for AnyName
Source§fn from(node: TablespaceRef) -> AnyName
fn from(node: TablespaceRef) -> AnyName
Converts to this type from the input type.
Source§impl From<TransitionRelationName> for AnyName
impl From<TransitionRelationName> for AnyName
Source§fn from(node: TransitionRelationName) -> AnyName
fn from(node: TransitionRelationName) -> AnyName
Converts to this type from the input type.
Source§impl From<TriggerRef> for AnyName
impl From<TriggerRef> for AnyName
Source§fn from(node: TriggerRef) -> AnyName
fn from(node: TriggerRef) -> AnyName
Converts to this type from the input type.
Source§impl From<VacuumOptionName> for AnyName
impl From<VacuumOptionName> for AnyName
Source§fn from(node: VacuumOptionName) -> AnyName
fn from(node: VacuumOptionName) -> AnyName
Converts to this type from the input type.
Source§impl From<VacuumOptionValueName> for AnyName
impl From<VacuumOptionValueName> for AnyName
Source§fn from(node: VacuumOptionValueName) -> AnyName
fn from(node: VacuumOptionValueName) -> AnyName
Converts to this type from the input type.
Source§impl From<VertexTableRef> for AnyName
impl From<VertexTableRef> for AnyName
Source§fn from(node: VertexTableRef) -> AnyName
fn from(node: VertexTableRef) -> AnyName
Converts to this type from the input type.
Source§impl From<XmlNamespacePrefix> for AnyName
impl From<XmlNamespacePrefix> for AnyName
Source§fn from(node: XmlNamespacePrefix) -> AnyName
fn from(node: XmlNamespacePrefix) -> AnyName
Converts to this type from the input type.
Source§impl From<XmlPiTarget> for AnyName
impl From<XmlPiTarget> for AnyName
Source§fn from(node: XmlPiTarget) -> AnyName
fn from(node: XmlPiTarget) -> AnyName
Converts to this type from the input type.
impl StructuralPartialEq for AnyName
Auto Trait Implementations§
impl !RefUnwindSafe for AnyName
impl !Send for AnyName
impl !Sync for AnyName
impl !UnwindSafe for AnyName
impl Freeze for AnyName
impl Unpin for AnyName
impl UnsafeUnpin for AnyName
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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