pub enum AnyNameRef {
Show 32 variants
AccessMethodRef(AccessMethodRef),
BindParamNameRef(BindParamNameRef),
ChannelRef(ChannelRef),
ColumnNameRef(ColumnNameRef),
CompositeFieldRef(CompositeFieldRef),
CursorRef(CursorRef),
DatabaseRef(DatabaseRef),
ElementTableRef(ElementTableRef),
EventTriggerRef(EventTriggerRef),
ExtensionRef(ExtensionRef),
ForeignDataWrapperRef(ForeignDataWrapperRef),
JsonPathNameRef(JsonPathNameRef),
LabelRef(LabelRef),
LanguageRef(LanguageRef),
NameRef(NameRef),
ParamNameRef(ParamNameRef),
PathSegmentRef(PathSegmentRef),
PolicyRef(PolicyRef),
PreparedStatementRef(PreparedStatementRef),
PropertyNameRef(PropertyNameRef),
PublicationRef(PublicationRef),
RemoteTableNameRef(RemoteTableNameRef),
RoleRef(RoleRef),
RuleRef(RuleRef),
SavepointRef(SavepointRef),
SchemaRef(SchemaRef),
ServerRef(ServerRef),
SubscriptionRef(SubscriptionRef),
TablespaceRef(TablespaceRef),
TriggerRef(TriggerRef),
VertexTableRef(VertexTableRef),
WindowRef(WindowRef),
}Variants§
AccessMethodRef(AccessMethodRef)
BindParamNameRef(BindParamNameRef)
ChannelRef(ChannelRef)
ColumnNameRef(ColumnNameRef)
CompositeFieldRef(CompositeFieldRef)
CursorRef(CursorRef)
DatabaseRef(DatabaseRef)
ElementTableRef(ElementTableRef)
EventTriggerRef(EventTriggerRef)
ExtensionRef(ExtensionRef)
ForeignDataWrapperRef(ForeignDataWrapperRef)
JsonPathNameRef(JsonPathNameRef)
LabelRef(LabelRef)
LanguageRef(LanguageRef)
NameRef(NameRef)
ParamNameRef(ParamNameRef)
PathSegmentRef(PathSegmentRef)
PolicyRef(PolicyRef)
PreparedStatementRef(PreparedStatementRef)
PropertyNameRef(PropertyNameRef)
PublicationRef(PublicationRef)
RemoteTableNameRef(RemoteTableNameRef)
RoleRef(RoleRef)
RuleRef(RuleRef)
SavepointRef(SavepointRef)
SchemaRef(SchemaRef)
ServerRef(ServerRef)
SubscriptionRef(SubscriptionRef)
TablespaceRef(TablespaceRef)
TriggerRef(TriggerRef)
VertexTableRef(VertexTableRef)
WindowRef(WindowRef)
Trait Implementations§
Source§impl AstNode for AnyNameRef
impl AstNode for AnyNameRef
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,
Source§impl Clone for AnyNameRef
impl Clone for AnyNameRef
Source§fn clone(&self) -> AnyNameRef
fn clone(&self) -> AnyNameRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnyNameRef
impl Debug for AnyNameRef
impl Eq for AnyNameRef
Source§impl From<AccessMethodRef> for AnyNameRef
impl From<AccessMethodRef> for AnyNameRef
Source§fn from(node: AccessMethodRef) -> AnyNameRef
fn from(node: AccessMethodRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<BindParamNameRef> for AnyNameRef
impl From<BindParamNameRef> for AnyNameRef
Source§fn from(node: BindParamNameRef) -> AnyNameRef
fn from(node: BindParamNameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ChannelRef> for AnyNameRef
impl From<ChannelRef> for AnyNameRef
Source§fn from(node: ChannelRef) -> AnyNameRef
fn from(node: ChannelRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ColumnNameRef> for AnyNameRef
impl From<ColumnNameRef> for AnyNameRef
Source§fn from(node: ColumnNameRef) -> AnyNameRef
fn from(node: ColumnNameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<CompositeFieldRef> for AnyNameRef
impl From<CompositeFieldRef> for AnyNameRef
Source§fn from(node: CompositeFieldRef) -> AnyNameRef
fn from(node: CompositeFieldRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<CursorRef> for AnyNameRef
impl From<CursorRef> for AnyNameRef
Source§fn from(node: CursorRef) -> AnyNameRef
fn from(node: CursorRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<DatabaseRef> for AnyNameRef
impl From<DatabaseRef> for AnyNameRef
Source§fn from(node: DatabaseRef) -> AnyNameRef
fn from(node: DatabaseRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ElementTableRef> for AnyNameRef
impl From<ElementTableRef> for AnyNameRef
Source§fn from(node: ElementTableRef) -> AnyNameRef
fn from(node: ElementTableRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<EventTriggerRef> for AnyNameRef
impl From<EventTriggerRef> for AnyNameRef
Source§fn from(node: EventTriggerRef) -> AnyNameRef
fn from(node: EventTriggerRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ExtensionRef> for AnyNameRef
impl From<ExtensionRef> for AnyNameRef
Source§fn from(node: ExtensionRef) -> AnyNameRef
fn from(node: ExtensionRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ForeignDataWrapperRef> for AnyNameRef
impl From<ForeignDataWrapperRef> for AnyNameRef
Source§fn from(node: ForeignDataWrapperRef) -> AnyNameRef
fn from(node: ForeignDataWrapperRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<JsonPathNameRef> for AnyNameRef
impl From<JsonPathNameRef> for AnyNameRef
Source§fn from(node: JsonPathNameRef) -> AnyNameRef
fn from(node: JsonPathNameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<LabelRef> for AnyNameRef
impl From<LabelRef> for AnyNameRef
Source§fn from(node: LabelRef) -> AnyNameRef
fn from(node: LabelRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<LanguageRef> for AnyNameRef
impl From<LanguageRef> for AnyNameRef
Source§fn from(node: LanguageRef) -> AnyNameRef
fn from(node: LanguageRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<NameRef> for AnyNameRef
impl From<NameRef> for AnyNameRef
Source§fn from(node: NameRef) -> AnyNameRef
fn from(node: NameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ParamNameRef> for AnyNameRef
impl From<ParamNameRef> for AnyNameRef
Source§fn from(node: ParamNameRef) -> AnyNameRef
fn from(node: ParamNameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<PathSegmentRef> for AnyNameRef
impl From<PathSegmentRef> for AnyNameRef
Source§fn from(node: PathSegmentRef) -> AnyNameRef
fn from(node: PathSegmentRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<PolicyRef> for AnyNameRef
impl From<PolicyRef> for AnyNameRef
Source§fn from(node: PolicyRef) -> AnyNameRef
fn from(node: PolicyRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<PreparedStatementRef> for AnyNameRef
impl From<PreparedStatementRef> for AnyNameRef
Source§fn from(node: PreparedStatementRef) -> AnyNameRef
fn from(node: PreparedStatementRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<PropertyNameRef> for AnyNameRef
impl From<PropertyNameRef> for AnyNameRef
Source§fn from(node: PropertyNameRef) -> AnyNameRef
fn from(node: PropertyNameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<PublicationRef> for AnyNameRef
impl From<PublicationRef> for AnyNameRef
Source§fn from(node: PublicationRef) -> AnyNameRef
fn from(node: PublicationRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<RemoteTableNameRef> for AnyNameRef
impl From<RemoteTableNameRef> for AnyNameRef
Source§fn from(node: RemoteTableNameRef) -> AnyNameRef
fn from(node: RemoteTableNameRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<RoleRef> for AnyNameRef
impl From<RoleRef> for AnyNameRef
Source§fn from(node: RoleRef) -> AnyNameRef
fn from(node: RoleRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<RuleRef> for AnyNameRef
impl From<RuleRef> for AnyNameRef
Source§fn from(node: RuleRef) -> AnyNameRef
fn from(node: RuleRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<SavepointRef> for AnyNameRef
impl From<SavepointRef> for AnyNameRef
Source§fn from(node: SavepointRef) -> AnyNameRef
fn from(node: SavepointRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<SchemaRef> for AnyNameRef
impl From<SchemaRef> for AnyNameRef
Source§fn from(node: SchemaRef) -> AnyNameRef
fn from(node: SchemaRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<ServerRef> for AnyNameRef
impl From<ServerRef> for AnyNameRef
Source§fn from(node: ServerRef) -> AnyNameRef
fn from(node: ServerRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<SubscriptionRef> for AnyNameRef
impl From<SubscriptionRef> for AnyNameRef
Source§fn from(node: SubscriptionRef) -> AnyNameRef
fn from(node: SubscriptionRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<TablespaceRef> for AnyNameRef
impl From<TablespaceRef> for AnyNameRef
Source§fn from(node: TablespaceRef) -> AnyNameRef
fn from(node: TablespaceRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<TriggerRef> for AnyNameRef
impl From<TriggerRef> for AnyNameRef
Source§fn from(node: TriggerRef) -> AnyNameRef
fn from(node: TriggerRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<VertexTableRef> for AnyNameRef
impl From<VertexTableRef> for AnyNameRef
Source§fn from(node: VertexTableRef) -> AnyNameRef
fn from(node: VertexTableRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl From<WindowRef> for AnyNameRef
impl From<WindowRef> for AnyNameRef
Source§fn from(node: WindowRef) -> AnyNameRef
fn from(node: WindowRef) -> AnyNameRef
Converts to this type from the input type.
Source§impl Hash for AnyNameRef
impl Hash for AnyNameRef
Source§impl PartialEq for AnyNameRef
impl PartialEq for AnyNameRef
impl StructuralPartialEq for AnyNameRef
Auto Trait Implementations§
impl !RefUnwindSafe for AnyNameRef
impl !Send for AnyNameRef
impl !Sync for AnyNameRef
impl !UnwindSafe for AnyNameRef
impl Freeze for AnyNameRef
impl Unpin for AnyNameRef
impl UnsafeUnpin for AnyNameRef
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