pub struct Node(/* private fields */);Expand description
Node
Implementations§
Source§impl Node
impl Node
Sourcepub fn as_range_var(&self) -> RangeVarOpt
pub fn as_range_var(&self) -> RangeVarOpt
cast as RangeVar
Sourcepub fn is_range_var(&self) -> bool
pub fn is_range_var(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_table_func(&self) -> TableFuncOpt
pub fn as_table_func(&self) -> TableFuncOpt
cast as TableFunc
Sourcepub fn is_table_func(&self) -> bool
pub fn is_table_func(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_into_clause(&self) -> IntoClauseOpt
pub fn as_into_clause(&self) -> IntoClauseOpt
cast as IntoClause
Sourcepub fn is_into_clause(&self) -> bool
pub fn is_into_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_grouping_func(&self) -> GroupingFuncOpt
pub fn as_grouping_func(&self) -> GroupingFuncOpt
cast as GroupingFunc
Sourcepub fn is_grouping_func(&self) -> bool
pub fn is_grouping_func(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_window_func(&self) -> WindowFuncOpt
pub fn as_window_func(&self) -> WindowFuncOpt
cast as WindowFunc
Sourcepub fn is_window_func(&self) -> bool
pub fn is_window_func(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_window_func_run_condition(&self) -> WindowFuncRunConditionOpt
pub fn as_window_func_run_condition(&self) -> WindowFuncRunConditionOpt
cast as WindowFuncRunCondition
Sourcepub fn is_window_func_run_condition(&self) -> bool
pub fn is_window_func_run_condition(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_merge_support_func(&self) -> MergeSupportFuncOpt
pub fn as_merge_support_func(&self) -> MergeSupportFuncOpt
cast as MergeSupportFunc
Sourcepub fn is_merge_support_func(&self) -> bool
pub fn is_merge_support_func(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_subscripting_ref(&self) -> SubscriptingRefOpt
pub fn as_subscripting_ref(&self) -> SubscriptingRefOpt
cast as SubscriptingRef
Sourcepub fn is_subscripting_ref(&self) -> bool
pub fn is_subscripting_ref(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_func_expr(&self) -> FuncExprOpt
pub fn as_func_expr(&self) -> FuncExprOpt
cast as FuncExpr
Sourcepub fn is_func_expr(&self) -> bool
pub fn is_func_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_named_arg_expr(&self) -> NamedArgExprOpt
pub fn as_named_arg_expr(&self) -> NamedArgExprOpt
cast as NamedArgExpr
Sourcepub fn is_named_arg_expr(&self) -> bool
pub fn is_named_arg_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_op_expr(&self) -> OpExprOpt
pub fn as_op_expr(&self) -> OpExprOpt
cast as OpExpr
Sourcepub fn is_op_expr(&self) -> bool
pub fn is_op_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_distinct_expr(&self) -> DistinctExprOpt
pub fn as_distinct_expr(&self) -> DistinctExprOpt
cast as DistinctExpr
Sourcepub fn is_distinct_expr(&self) -> bool
pub fn is_distinct_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_null_if_expr(&self) -> NullIfExprOpt
pub fn as_null_if_expr(&self) -> NullIfExprOpt
cast as NullIfExpr
Sourcepub fn is_null_if_expr(&self) -> bool
pub fn is_null_if_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_scalar_array_op_expr(&self) -> ScalarArrayOpExprOpt
pub fn as_scalar_array_op_expr(&self) -> ScalarArrayOpExprOpt
cast as ScalarArrayOpExpr
Sourcepub fn is_scalar_array_op_expr(&self) -> bool
pub fn is_scalar_array_op_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_bool_expr(&self) -> BoolExprOpt
pub fn as_bool_expr(&self) -> BoolExprOpt
cast as BoolExpr
Sourcepub fn is_bool_expr(&self) -> bool
pub fn is_bool_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_sub_link(&self) -> SubLinkOpt
pub fn as_sub_link(&self) -> SubLinkOpt
cast as SubLink
Sourcepub fn is_sub_link(&self) -> bool
pub fn is_sub_link(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_sub_plan(&self) -> SubPlanOpt
pub fn as_sub_plan(&self) -> SubPlanOpt
cast as SubPlan
Sourcepub fn is_sub_plan(&self) -> bool
pub fn is_sub_plan(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alternative_sub_plan(&self) -> AlternativeSubPlanOpt
pub fn as_alternative_sub_plan(&self) -> AlternativeSubPlanOpt
cast as AlternativeSubPlan
Sourcepub fn is_alternative_sub_plan(&self) -> bool
pub fn is_alternative_sub_plan(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_field_select(&self) -> FieldSelectOpt
pub fn as_field_select(&self) -> FieldSelectOpt
cast as FieldSelect
Sourcepub fn is_field_select(&self) -> bool
pub fn is_field_select(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_field_store(&self) -> FieldStoreOpt
pub fn as_field_store(&self) -> FieldStoreOpt
cast as FieldStore
Sourcepub fn is_field_store(&self) -> bool
pub fn is_field_store(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_relabel_type(&self) -> RelabelTypeOpt
pub fn as_relabel_type(&self) -> RelabelTypeOpt
cast as RelabelType
Sourcepub fn is_relabel_type(&self) -> bool
pub fn is_relabel_type(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_coerce_via_io(&self) -> CoerceViaIoOpt
pub fn as_coerce_via_io(&self) -> CoerceViaIoOpt
cast as CoerceViaIo
Sourcepub fn is_coerce_via_io(&self) -> bool
pub fn is_coerce_via_io(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_array_coerce_expr(&self) -> ArrayCoerceExprOpt
pub fn as_array_coerce_expr(&self) -> ArrayCoerceExprOpt
cast as ArrayCoerceExpr
Sourcepub fn is_array_coerce_expr(&self) -> bool
pub fn is_array_coerce_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_convert_rowtype_expr(&self) -> ConvertRowtypeExprOpt
pub fn as_convert_rowtype_expr(&self) -> ConvertRowtypeExprOpt
cast as ConvertRowtypeExpr
Sourcepub fn is_convert_rowtype_expr(&self) -> bool
pub fn is_convert_rowtype_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_collate_expr(&self) -> CollateExprOpt
pub fn as_collate_expr(&self) -> CollateExprOpt
cast as CollateExpr
Sourcepub fn is_collate_expr(&self) -> bool
pub fn is_collate_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_case_expr(&self) -> CaseExprOpt
pub fn as_case_expr(&self) -> CaseExprOpt
cast as CaseExpr
Sourcepub fn is_case_expr(&self) -> bool
pub fn is_case_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_case_when(&self) -> CaseWhenOpt
pub fn as_case_when(&self) -> CaseWhenOpt
cast as CaseWhen
Sourcepub fn is_case_when(&self) -> bool
pub fn is_case_when(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_case_test_expr(&self) -> CaseTestExprOpt
pub fn as_case_test_expr(&self) -> CaseTestExprOpt
cast as CaseTestExpr
Sourcepub fn is_case_test_expr(&self) -> bool
pub fn is_case_test_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_array_expr(&self) -> ArrayExprOpt
pub fn as_array_expr(&self) -> ArrayExprOpt
cast as ArrayExpr
Sourcepub fn is_array_expr(&self) -> bool
pub fn is_array_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_row_expr(&self) -> RowExprOpt
pub fn as_row_expr(&self) -> RowExprOpt
cast as RowExpr
Sourcepub fn is_row_expr(&self) -> bool
pub fn is_row_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_row_compare_expr(&self) -> RowCompareExprOpt
pub fn as_row_compare_expr(&self) -> RowCompareExprOpt
cast as RowCompareExpr
Sourcepub fn is_row_compare_expr(&self) -> bool
pub fn is_row_compare_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_coalesce_expr(&self) -> CoalesceExprOpt
pub fn as_coalesce_expr(&self) -> CoalesceExprOpt
cast as CoalesceExpr
Sourcepub fn is_coalesce_expr(&self) -> bool
pub fn is_coalesce_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_min_max_expr(&self) -> MinMaxExprOpt
pub fn as_min_max_expr(&self) -> MinMaxExprOpt
cast as MinMaxExpr
Sourcepub fn is_min_max_expr(&self) -> bool
pub fn is_min_max_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_sqlvalue_function(&self) -> SqlValueFunctionOpt
pub fn as_sqlvalue_function(&self) -> SqlValueFunctionOpt
cast as SqlvalueFunction
Sourcepub fn is_sqlvalue_function(&self) -> bool
pub fn is_sqlvalue_function(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_xml_expr(&self) -> XmlExprOpt
pub fn as_xml_expr(&self) -> XmlExprOpt
cast as XmlExpr
Sourcepub fn is_xml_expr(&self) -> bool
pub fn is_xml_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_format(&self) -> JsonFormatOpt
pub fn as_json_format(&self) -> JsonFormatOpt
cast as JsonFormat
Sourcepub fn is_json_format(&self) -> bool
pub fn is_json_format(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_returning(&self) -> JsonReturningOpt
pub fn as_json_returning(&self) -> JsonReturningOpt
cast as JsonReturning
Sourcepub fn is_json_returning(&self) -> bool
pub fn is_json_returning(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_value_expr(&self) -> JsonValueExprOpt
pub fn as_json_value_expr(&self) -> JsonValueExprOpt
cast as JsonValueExpr
Sourcepub fn is_json_value_expr(&self) -> bool
pub fn is_json_value_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_constructor_expr(&self) -> JsonConstructorExprOpt
pub fn as_json_constructor_expr(&self) -> JsonConstructorExprOpt
cast as JsonConstructorExpr
Sourcepub fn is_json_constructor_expr(&self) -> bool
pub fn is_json_constructor_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_is_predicate(&self) -> JsonIsPredicateOpt
pub fn as_json_is_predicate(&self) -> JsonIsPredicateOpt
cast as JsonIsPredicate
Sourcepub fn is_json_is_predicate(&self) -> bool
pub fn is_json_is_predicate(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_behavior(&self) -> JsonBehaviorOpt
pub fn as_json_behavior(&self) -> JsonBehaviorOpt
cast as JsonBehavior
Sourcepub fn is_json_behavior(&self) -> bool
pub fn is_json_behavior(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_expr(&self) -> JsonExprOpt
pub fn as_json_expr(&self) -> JsonExprOpt
cast as JsonExpr
Sourcepub fn is_json_expr(&self) -> bool
pub fn is_json_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_table_path(&self) -> JsonTablePathOpt
pub fn as_json_table_path(&self) -> JsonTablePathOpt
cast as JsonTablePath
Sourcepub fn is_json_table_path(&self) -> bool
pub fn is_json_table_path(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_table_path_scan(&self) -> JsonTablePathScanOpt
pub fn as_json_table_path_scan(&self) -> JsonTablePathScanOpt
cast as JsonTablePathScan
Sourcepub fn is_json_table_path_scan(&self) -> bool
pub fn is_json_table_path_scan(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_table_sibling_join(&self) -> JsonTableSiblingJoinOpt
pub fn as_json_table_sibling_join(&self) -> JsonTableSiblingJoinOpt
cast as JsonTableSiblingJoin
Sourcepub fn is_json_table_sibling_join(&self) -> bool
pub fn is_json_table_sibling_join(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_null_test(&self) -> NullTestOpt
pub fn as_null_test(&self) -> NullTestOpt
cast as NullTest
Sourcepub fn is_null_test(&self) -> bool
pub fn is_null_test(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_boolean_test(&self) -> BooleanTestOpt
pub fn as_boolean_test(&self) -> BooleanTestOpt
cast as BooleanTest
Sourcepub fn is_boolean_test(&self) -> bool
pub fn is_boolean_test(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_merge_action(&self) -> MergeActionOpt
pub fn as_merge_action(&self) -> MergeActionOpt
cast as MergeAction
Sourcepub fn is_merge_action(&self) -> bool
pub fn is_merge_action(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_coerce_to_domain(&self) -> CoerceToDomainOpt
pub fn as_coerce_to_domain(&self) -> CoerceToDomainOpt
cast as CoerceToDomain
Sourcepub fn is_coerce_to_domain(&self) -> bool
pub fn is_coerce_to_domain(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_coerce_to_domain_value(&self) -> CoerceToDomainValueOpt
pub fn as_coerce_to_domain_value(&self) -> CoerceToDomainValueOpt
cast as CoerceToDomainValue
Sourcepub fn is_coerce_to_domain_value(&self) -> bool
pub fn is_coerce_to_domain_value(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_set_to_default(&self) -> SetToDefaultOpt
pub fn as_set_to_default(&self) -> SetToDefaultOpt
cast as SetToDefault
Sourcepub fn is_set_to_default(&self) -> bool
pub fn is_set_to_default(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_current_of_expr(&self) -> CurrentOfExprOpt
pub fn as_current_of_expr(&self) -> CurrentOfExprOpt
cast as CurrentOfExpr
Sourcepub fn is_current_of_expr(&self) -> bool
pub fn is_current_of_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_next_value_expr(&self) -> NextValueExprOpt
pub fn as_next_value_expr(&self) -> NextValueExprOpt
cast as NextValueExpr
Sourcepub fn is_next_value_expr(&self) -> bool
pub fn is_next_value_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_inference_elem(&self) -> InferenceElemOpt
pub fn as_inference_elem(&self) -> InferenceElemOpt
cast as InferenceElem
Sourcepub fn is_inference_elem(&self) -> bool
pub fn is_inference_elem(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_target_entry(&self) -> TargetEntryOpt
pub fn as_target_entry(&self) -> TargetEntryOpt
cast as TargetEntry
Sourcepub fn is_target_entry(&self) -> bool
pub fn is_target_entry(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_tbl_ref(&self) -> RangeTblRefOpt
pub fn as_range_tbl_ref(&self) -> RangeTblRefOpt
cast as RangeTblRef
Sourcepub fn is_range_tbl_ref(&self) -> bool
pub fn is_range_tbl_ref(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_join_expr(&self) -> JoinExprOpt
pub fn as_join_expr(&self) -> JoinExprOpt
cast as JoinExpr
Sourcepub fn is_join_expr(&self) -> bool
pub fn is_join_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_from_expr(&self) -> FromExprOpt
pub fn as_from_expr(&self) -> FromExprOpt
cast as FromExpr
Sourcepub fn is_from_expr(&self) -> bool
pub fn is_from_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_on_conflict_expr(&self) -> OnConflictExprOpt
pub fn as_on_conflict_expr(&self) -> OnConflictExprOpt
cast as OnConflictExpr
Sourcepub fn is_on_conflict_expr(&self) -> bool
pub fn is_on_conflict_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_type_name(&self) -> TypeNameOpt
pub fn as_type_name(&self) -> TypeNameOpt
cast as TypeName
Sourcepub fn is_type_name(&self) -> bool
pub fn is_type_name(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_column_ref(&self) -> ColumnRefOpt
pub fn as_column_ref(&self) -> ColumnRefOpt
cast as ColumnRef
Sourcepub fn is_column_ref(&self) -> bool
pub fn is_column_ref(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_param_ref(&self) -> ParamRefOpt
pub fn as_param_ref(&self) -> ParamRefOpt
cast as ParamRef
Sourcepub fn is_param_ref(&self) -> bool
pub fn is_param_ref(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_type_cast(&self) -> TypeCastOpt
pub fn as_type_cast(&self) -> TypeCastOpt
cast as TypeCast
Sourcepub fn is_type_cast(&self) -> bool
pub fn is_type_cast(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_collate_clause(&self) -> CollateClauseOpt
pub fn as_collate_clause(&self) -> CollateClauseOpt
cast as CollateClause
Sourcepub fn is_collate_clause(&self) -> bool
pub fn is_collate_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_role_spec(&self) -> RoleSpecOpt
pub fn as_role_spec(&self) -> RoleSpecOpt
cast as RoleSpec
Sourcepub fn is_role_spec(&self) -> bool
pub fn is_role_spec(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_func_call(&self) -> FuncCallOpt
pub fn as_func_call(&self) -> FuncCallOpt
cast as FuncCall
Sourcepub fn is_func_call(&self) -> bool
pub fn is_func_call(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_a_indices(&self) -> AIndicesOpt
pub fn as_a_indices(&self) -> AIndicesOpt
cast as AIndices
Sourcepub fn is_a_indices(&self) -> bool
pub fn is_a_indices(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_a_indirection(&self) -> AIndirectionOpt
pub fn as_a_indirection(&self) -> AIndirectionOpt
cast as AIndirection
Sourcepub fn is_a_indirection(&self) -> bool
pub fn is_a_indirection(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_a_array_expr(&self) -> AArrayExprOpt
pub fn as_a_array_expr(&self) -> AArrayExprOpt
cast as AArrayExpr
Sourcepub fn is_a_array_expr(&self) -> bool
pub fn is_a_array_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_res_target(&self) -> ResTargetOpt
pub fn as_res_target(&self) -> ResTargetOpt
cast as ResTarget
Sourcepub fn is_res_target(&self) -> bool
pub fn is_res_target(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_multi_assign_ref(&self) -> MultiAssignRefOpt
pub fn as_multi_assign_ref(&self) -> MultiAssignRefOpt
cast as MultiAssignRef
Sourcepub fn is_multi_assign_ref(&self) -> bool
pub fn is_multi_assign_ref(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_sort_by(&self) -> SortByOpt
pub fn as_sort_by(&self) -> SortByOpt
cast as SortBy
Sourcepub fn is_sort_by(&self) -> bool
pub fn is_sort_by(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_window_def(&self) -> WindowDefOpt
pub fn as_window_def(&self) -> WindowDefOpt
cast as WindowDef
Sourcepub fn is_window_def(&self) -> bool
pub fn is_window_def(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_subselect(&self) -> RangeSubselectOpt
pub fn as_range_subselect(&self) -> RangeSubselectOpt
cast as RangeSubselect
Sourcepub fn is_range_subselect(&self) -> bool
pub fn is_range_subselect(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_function(&self) -> RangeFunctionOpt
pub fn as_range_function(&self) -> RangeFunctionOpt
cast as RangeFunction
Sourcepub fn is_range_function(&self) -> bool
pub fn is_range_function(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_table_func(&self) -> RangeTableFuncOpt
pub fn as_range_table_func(&self) -> RangeTableFuncOpt
cast as RangeTableFunc
Sourcepub fn is_range_table_func(&self) -> bool
pub fn is_range_table_func(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_table_func_col(&self) -> RangeTableFuncColOpt
pub fn as_range_table_func_col(&self) -> RangeTableFuncColOpt
cast as RangeTableFuncCol
Sourcepub fn is_range_table_func_col(&self) -> bool
pub fn is_range_table_func_col(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_table_sample(&self) -> RangeTableSampleOpt
pub fn as_range_table_sample(&self) -> RangeTableSampleOpt
cast as RangeTableSample
Sourcepub fn is_range_table_sample(&self) -> bool
pub fn is_range_table_sample(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_column_def(&self) -> ColumnDefOpt
pub fn as_column_def(&self) -> ColumnDefOpt
cast as ColumnDef
Sourcepub fn is_column_def(&self) -> bool
pub fn is_column_def(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_table_like_clause(&self) -> TableLikeClauseOpt
pub fn as_table_like_clause(&self) -> TableLikeClauseOpt
cast as TableLikeClause
Sourcepub fn is_table_like_clause(&self) -> bool
pub fn is_table_like_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_index_elem(&self) -> IndexElemOpt
pub fn as_index_elem(&self) -> IndexElemOpt
cast as IndexElem
Sourcepub fn is_index_elem(&self) -> bool
pub fn is_index_elem(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_def_elem(&self) -> DefElemOpt
pub fn as_def_elem(&self) -> DefElemOpt
cast as DefElem
Sourcepub fn is_def_elem(&self) -> bool
pub fn is_def_elem(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_locking_clause(&self) -> LockingClauseOpt
pub fn as_locking_clause(&self) -> LockingClauseOpt
cast as LockingClause
Sourcepub fn is_locking_clause(&self) -> bool
pub fn is_locking_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_xml_serialize(&self) -> XmlSerializeOpt
pub fn as_xml_serialize(&self) -> XmlSerializeOpt
cast as XmlSerialize
Sourcepub fn is_xml_serialize(&self) -> bool
pub fn is_xml_serialize(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_partition_elem(&self) -> PartitionElemOpt
pub fn as_partition_elem(&self) -> PartitionElemOpt
cast as PartitionElem
Sourcepub fn is_partition_elem(&self) -> bool
pub fn is_partition_elem(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_partition_spec(&self) -> PartitionSpecOpt
pub fn as_partition_spec(&self) -> PartitionSpecOpt
cast as PartitionSpec
Sourcepub fn is_partition_spec(&self) -> bool
pub fn is_partition_spec(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_partition_bound_spec(&self) -> PartitionBoundSpecOpt
pub fn as_partition_bound_spec(&self) -> PartitionBoundSpecOpt
cast as PartitionBoundSpec
Sourcepub fn is_partition_bound_spec(&self) -> bool
pub fn is_partition_bound_spec(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_partition_range_datum(&self) -> PartitionRangeDatumOpt
pub fn as_partition_range_datum(&self) -> PartitionRangeDatumOpt
cast as PartitionRangeDatum
Sourcepub fn is_partition_range_datum(&self) -> bool
pub fn is_partition_range_datum(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_single_partition_spec(&self) -> SinglePartitionSpecOpt
pub fn as_single_partition_spec(&self) -> SinglePartitionSpecOpt
cast as SinglePartitionSpec
Sourcepub fn is_single_partition_spec(&self) -> bool
pub fn is_single_partition_spec(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_partition_cmd(&self) -> PartitionCmdOpt
pub fn as_partition_cmd(&self) -> PartitionCmdOpt
cast as PartitionCmd
Sourcepub fn is_partition_cmd(&self) -> bool
pub fn is_partition_cmd(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_tbl_entry(&self) -> RangeTblEntryOpt
pub fn as_range_tbl_entry(&self) -> RangeTblEntryOpt
cast as RangeTblEntry
Sourcepub fn is_range_tbl_entry(&self) -> bool
pub fn is_range_tbl_entry(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_rtepermission_info(&self) -> RtePermissionInfoOpt
pub fn as_rtepermission_info(&self) -> RtePermissionInfoOpt
cast as RtepermissionInfo
Sourcepub fn is_rtepermission_info(&self) -> bool
pub fn is_rtepermission_info(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_range_tbl_function(&self) -> RangeTblFunctionOpt
pub fn as_range_tbl_function(&self) -> RangeTblFunctionOpt
cast as RangeTblFunction
Sourcepub fn is_range_tbl_function(&self) -> bool
pub fn is_range_tbl_function(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_table_sample_clause(&self) -> TableSampleClauseOpt
pub fn as_table_sample_clause(&self) -> TableSampleClauseOpt
cast as TableSampleClause
Sourcepub fn is_table_sample_clause(&self) -> bool
pub fn is_table_sample_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_with_check_option(&self) -> WithCheckOptionOpt
pub fn as_with_check_option(&self) -> WithCheckOptionOpt
cast as WithCheckOption
Sourcepub fn is_with_check_option(&self) -> bool
pub fn is_with_check_option(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_sort_group_clause(&self) -> SortGroupClauseOpt
pub fn as_sort_group_clause(&self) -> SortGroupClauseOpt
cast as SortGroupClause
Sourcepub fn is_sort_group_clause(&self) -> bool
pub fn is_sort_group_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_grouping_set(&self) -> GroupingSetOpt
pub fn as_grouping_set(&self) -> GroupingSetOpt
cast as GroupingSet
Sourcepub fn is_grouping_set(&self) -> bool
pub fn is_grouping_set(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_window_clause(&self) -> WindowClauseOpt
pub fn as_window_clause(&self) -> WindowClauseOpt
cast as WindowClause
Sourcepub fn is_window_clause(&self) -> bool
pub fn is_window_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_row_mark_clause(&self) -> RowMarkClauseOpt
pub fn as_row_mark_clause(&self) -> RowMarkClauseOpt
cast as RowMarkClause
Sourcepub fn is_row_mark_clause(&self) -> bool
pub fn is_row_mark_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_with_clause(&self) -> WithClauseOpt
pub fn as_with_clause(&self) -> WithClauseOpt
cast as WithClause
Sourcepub fn is_with_clause(&self) -> bool
pub fn is_with_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_infer_clause(&self) -> InferClauseOpt
pub fn as_infer_clause(&self) -> InferClauseOpt
cast as InferClause
Sourcepub fn is_infer_clause(&self) -> bool
pub fn is_infer_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_on_conflict_clause(&self) -> OnConflictClauseOpt
pub fn as_on_conflict_clause(&self) -> OnConflictClauseOpt
cast as OnConflictClause
Sourcepub fn is_on_conflict_clause(&self) -> bool
pub fn is_on_conflict_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_ctesearch_clause(&self) -> CteSearchClauseOpt
pub fn as_ctesearch_clause(&self) -> CteSearchClauseOpt
cast as CtesearchClause
Sourcepub fn is_ctesearch_clause(&self) -> bool
pub fn is_ctesearch_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_ctecycle_clause(&self) -> CteCycleClauseOpt
pub fn as_ctecycle_clause(&self) -> CteCycleClauseOpt
cast as CtecycleClause
Sourcepub fn is_ctecycle_clause(&self) -> bool
pub fn is_ctecycle_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_common_table_expr(&self) -> CommonTableExprOpt
pub fn as_common_table_expr(&self) -> CommonTableExprOpt
cast as CommonTableExpr
Sourcepub fn is_common_table_expr(&self) -> bool
pub fn is_common_table_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_merge_when_clause(&self) -> MergeWhenClauseOpt
pub fn as_merge_when_clause(&self) -> MergeWhenClauseOpt
cast as MergeWhenClause
Sourcepub fn is_merge_when_clause(&self) -> bool
pub fn is_merge_when_clause(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_trigger_transition(&self) -> TriggerTransitionOpt
pub fn as_trigger_transition(&self) -> TriggerTransitionOpt
cast as TriggerTransition
Sourcepub fn is_trigger_transition(&self) -> bool
pub fn is_trigger_transition(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_output(&self) -> JsonOutputOpt
pub fn as_json_output(&self) -> JsonOutputOpt
cast as JsonOutput
Sourcepub fn is_json_output(&self) -> bool
pub fn is_json_output(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_argument(&self) -> JsonArgumentOpt
pub fn as_json_argument(&self) -> JsonArgumentOpt
cast as JsonArgument
Sourcepub fn is_json_argument(&self) -> bool
pub fn is_json_argument(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_func_expr(&self) -> JsonFuncExprOpt
pub fn as_json_func_expr(&self) -> JsonFuncExprOpt
cast as JsonFuncExpr
Sourcepub fn is_json_func_expr(&self) -> bool
pub fn is_json_func_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_table_path_spec(&self) -> JsonTablePathSpecOpt
pub fn as_json_table_path_spec(&self) -> JsonTablePathSpecOpt
cast as JsonTablePathSpec
Sourcepub fn is_json_table_path_spec(&self) -> bool
pub fn is_json_table_path_spec(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_table(&self) -> JsonTableOpt
pub fn as_json_table(&self) -> JsonTableOpt
cast as JsonTable
Sourcepub fn is_json_table(&self) -> bool
pub fn is_json_table(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_table_column(&self) -> JsonTableColumnOpt
pub fn as_json_table_column(&self) -> JsonTableColumnOpt
cast as JsonTableColumn
Sourcepub fn is_json_table_column(&self) -> bool
pub fn is_json_table_column(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_key_value(&self) -> JsonKeyValueOpt
pub fn as_json_key_value(&self) -> JsonKeyValueOpt
cast as JsonKeyValue
Sourcepub fn is_json_key_value(&self) -> bool
pub fn is_json_key_value(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_parse_expr(&self) -> JsonParseExprOpt
pub fn as_json_parse_expr(&self) -> JsonParseExprOpt
cast as JsonParseExpr
Sourcepub fn is_json_parse_expr(&self) -> bool
pub fn is_json_parse_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_scalar_expr(&self) -> JsonScalarExprOpt
pub fn as_json_scalar_expr(&self) -> JsonScalarExprOpt
cast as JsonScalarExpr
Sourcepub fn is_json_scalar_expr(&self) -> bool
pub fn is_json_scalar_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_serialize_expr(&self) -> JsonSerializeExprOpt
pub fn as_json_serialize_expr(&self) -> JsonSerializeExprOpt
cast as JsonSerializeExpr
Sourcepub fn is_json_serialize_expr(&self) -> bool
pub fn is_json_serialize_expr(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_object_constructor(&self) -> JsonObjectConstructorOpt
pub fn as_json_object_constructor(&self) -> JsonObjectConstructorOpt
cast as JsonObjectConstructor
Sourcepub fn is_json_object_constructor(&self) -> bool
pub fn is_json_object_constructor(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_array_constructor(&self) -> JsonArrayConstructorOpt
pub fn as_json_array_constructor(&self) -> JsonArrayConstructorOpt
cast as JsonArrayConstructor
Sourcepub fn is_json_array_constructor(&self) -> bool
pub fn is_json_array_constructor(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_array_query_constructor(&self) -> JsonArrayQueryConstructorOpt
pub fn as_json_array_query_constructor(&self) -> JsonArrayQueryConstructorOpt
cast as JsonArrayQueryConstructor
Sourcepub fn is_json_array_query_constructor(&self) -> bool
pub fn is_json_array_query_constructor(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_agg_constructor(&self) -> JsonAggConstructorOpt
pub fn as_json_agg_constructor(&self) -> JsonAggConstructorOpt
cast as JsonAggConstructor
Sourcepub fn is_json_agg_constructor(&self) -> bool
pub fn is_json_agg_constructor(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_object_agg(&self) -> JsonObjectAggOpt
pub fn as_json_object_agg(&self) -> JsonObjectAggOpt
cast as JsonObjectAgg
Sourcepub fn is_json_object_agg(&self) -> bool
pub fn is_json_object_agg(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_json_array_agg(&self) -> JsonArrayAggOpt
pub fn as_json_array_agg(&self) -> JsonArrayAggOpt
cast as JsonArrayAgg
Sourcepub fn is_json_array_agg(&self) -> bool
pub fn is_json_array_agg(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_raw_stmt(&self) -> RawStmtOpt
pub fn as_raw_stmt(&self) -> RawStmtOpt
cast as RawStmt
Sourcepub fn is_raw_stmt(&self) -> bool
pub fn is_raw_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_insert_stmt(&self) -> InsertStmtOpt
pub fn as_insert_stmt(&self) -> InsertStmtOpt
cast as InsertStmt
Sourcepub fn is_insert_stmt(&self) -> bool
pub fn is_insert_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_delete_stmt(&self) -> DeleteStmtOpt
pub fn as_delete_stmt(&self) -> DeleteStmtOpt
cast as DeleteStmt
Sourcepub fn is_delete_stmt(&self) -> bool
pub fn is_delete_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_update_stmt(&self) -> UpdateStmtOpt
pub fn as_update_stmt(&self) -> UpdateStmtOpt
cast as UpdateStmt
Sourcepub fn is_update_stmt(&self) -> bool
pub fn is_update_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_merge_stmt(&self) -> MergeStmtOpt
pub fn as_merge_stmt(&self) -> MergeStmtOpt
cast as MergeStmt
Sourcepub fn is_merge_stmt(&self) -> bool
pub fn is_merge_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_select_stmt(&self) -> SelectStmtOpt
pub fn as_select_stmt(&self) -> SelectStmtOpt
cast as SelectStmt
Sourcepub fn is_select_stmt(&self) -> bool
pub fn is_select_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_set_operation_stmt(&self) -> SetOperationStmtOpt
pub fn as_set_operation_stmt(&self) -> SetOperationStmtOpt
cast as SetOperationStmt
Sourcepub fn is_set_operation_stmt(&self) -> bool
pub fn is_set_operation_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_return_stmt(&self) -> ReturnStmtOpt
pub fn as_return_stmt(&self) -> ReturnStmtOpt
cast as ReturnStmt
Sourcepub fn is_return_stmt(&self) -> bool
pub fn is_return_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_plassign_stmt(&self) -> PlAssignStmtOpt
pub fn as_plassign_stmt(&self) -> PlAssignStmtOpt
cast as PlassignStmt
Sourcepub fn is_plassign_stmt(&self) -> bool
pub fn is_plassign_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_schema_stmt(&self) -> CreateSchemaStmtOpt
pub fn as_create_schema_stmt(&self) -> CreateSchemaStmtOpt
cast as CreateSchemaStmt
Sourcepub fn is_create_schema_stmt(&self) -> bool
pub fn is_create_schema_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_table_stmt(&self) -> AlterTableStmtOpt
pub fn as_alter_table_stmt(&self) -> AlterTableStmtOpt
cast as AlterTableStmt
Sourcepub fn is_alter_table_stmt(&self) -> bool
pub fn is_alter_table_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_replica_identity_stmt(&self) -> ReplicaIdentityStmtOpt
pub fn as_replica_identity_stmt(&self) -> ReplicaIdentityStmtOpt
cast as ReplicaIdentityStmt
Sourcepub fn is_replica_identity_stmt(&self) -> bool
pub fn is_replica_identity_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_table_cmd(&self) -> AlterTableCmdOpt
pub fn as_alter_table_cmd(&self) -> AlterTableCmdOpt
cast as AlterTableCmd
Sourcepub fn is_alter_table_cmd(&self) -> bool
pub fn is_alter_table_cmd(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_collation_stmt(&self) -> AlterCollationStmtOpt
pub fn as_alter_collation_stmt(&self) -> AlterCollationStmtOpt
cast as AlterCollationStmt
Sourcepub fn is_alter_collation_stmt(&self) -> bool
pub fn is_alter_collation_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_domain_stmt(&self) -> AlterDomainStmtOpt
pub fn as_alter_domain_stmt(&self) -> AlterDomainStmtOpt
cast as AlterDomainStmt
Sourcepub fn is_alter_domain_stmt(&self) -> bool
pub fn is_alter_domain_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_grant_stmt(&self) -> GrantStmtOpt
pub fn as_grant_stmt(&self) -> GrantStmtOpt
cast as GrantStmt
Sourcepub fn is_grant_stmt(&self) -> bool
pub fn is_grant_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_object_with_args(&self) -> ObjectWithArgsOpt
pub fn as_object_with_args(&self) -> ObjectWithArgsOpt
cast as ObjectWithArgs
Sourcepub fn is_object_with_args(&self) -> bool
pub fn is_object_with_args(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_access_priv(&self) -> AccessPrivOpt
pub fn as_access_priv(&self) -> AccessPrivOpt
cast as AccessPriv
Sourcepub fn is_access_priv(&self) -> bool
pub fn is_access_priv(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_grant_role_stmt(&self) -> GrantRoleStmtOpt
pub fn as_grant_role_stmt(&self) -> GrantRoleStmtOpt
cast as GrantRoleStmt
Sourcepub fn is_grant_role_stmt(&self) -> bool
pub fn is_grant_role_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_default_privileges_stmt(&self) -> AlterDefaultPrivilegesStmtOpt
pub fn as_alter_default_privileges_stmt(&self) -> AlterDefaultPrivilegesStmtOpt
cast as AlterDefaultPrivilegesStmt
Sourcepub fn is_alter_default_privileges_stmt(&self) -> bool
pub fn is_alter_default_privileges_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_copy_stmt(&self) -> CopyStmtOpt
pub fn as_copy_stmt(&self) -> CopyStmtOpt
cast as CopyStmt
Sourcepub fn is_copy_stmt(&self) -> bool
pub fn is_copy_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_variable_set_stmt(&self) -> VariableSetStmtOpt
pub fn as_variable_set_stmt(&self) -> VariableSetStmtOpt
cast as VariableSetStmt
Sourcepub fn is_variable_set_stmt(&self) -> bool
pub fn is_variable_set_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_variable_show_stmt(&self) -> VariableShowStmtOpt
pub fn as_variable_show_stmt(&self) -> VariableShowStmtOpt
cast as VariableShowStmt
Sourcepub fn is_variable_show_stmt(&self) -> bool
pub fn is_variable_show_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_stmt(&self) -> CreateStmtOpt
pub fn as_create_stmt(&self) -> CreateStmtOpt
cast as CreateStmt
Sourcepub fn is_create_stmt(&self) -> bool
pub fn is_create_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_constraint(&self) -> ConstraintOpt
pub fn as_constraint(&self) -> ConstraintOpt
cast as Constraint
Sourcepub fn is_constraint(&self) -> bool
pub fn is_constraint(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_table_space_stmt(&self) -> CreateTableSpaceStmtOpt
pub fn as_create_table_space_stmt(&self) -> CreateTableSpaceStmtOpt
cast as CreateTableSpaceStmt
Sourcepub fn is_create_table_space_stmt(&self) -> bool
pub fn is_create_table_space_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_drop_table_space_stmt(&self) -> DropTableSpaceStmtOpt
pub fn as_drop_table_space_stmt(&self) -> DropTableSpaceStmtOpt
cast as DropTableSpaceStmt
Sourcepub fn is_drop_table_space_stmt(&self) -> bool
pub fn is_drop_table_space_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_table_space_options_stmt(&self) -> AlterTableSpaceOptionsStmtOpt
pub fn as_alter_table_space_options_stmt(&self) -> AlterTableSpaceOptionsStmtOpt
cast as AlterTableSpaceOptionsStmt
Sourcepub fn is_alter_table_space_options_stmt(&self) -> bool
pub fn is_alter_table_space_options_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_table_move_all_stmt(&self) -> AlterTableMoveAllStmtOpt
pub fn as_alter_table_move_all_stmt(&self) -> AlterTableMoveAllStmtOpt
cast as AlterTableMoveAllStmt
Sourcepub fn is_alter_table_move_all_stmt(&self) -> bool
pub fn is_alter_table_move_all_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_extension_stmt(&self) -> CreateExtensionStmtOpt
pub fn as_create_extension_stmt(&self) -> CreateExtensionStmtOpt
cast as CreateExtensionStmt
Sourcepub fn is_create_extension_stmt(&self) -> bool
pub fn is_create_extension_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_extension_stmt(&self) -> AlterExtensionStmtOpt
pub fn as_alter_extension_stmt(&self) -> AlterExtensionStmtOpt
cast as AlterExtensionStmt
Sourcepub fn is_alter_extension_stmt(&self) -> bool
pub fn is_alter_extension_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_extension_contents_stmt(&self) -> AlterExtensionContentsStmtOpt
pub fn as_alter_extension_contents_stmt(&self) -> AlterExtensionContentsStmtOpt
cast as AlterExtensionContentsStmt
Sourcepub fn is_alter_extension_contents_stmt(&self) -> bool
pub fn is_alter_extension_contents_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_fdw_stmt(&self) -> CreateFdwStmtOpt
pub fn as_create_fdw_stmt(&self) -> CreateFdwStmtOpt
cast as CreateFdwStmt
Sourcepub fn is_create_fdw_stmt(&self) -> bool
pub fn is_create_fdw_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_fdw_stmt(&self) -> AlterFdwStmtOpt
pub fn as_alter_fdw_stmt(&self) -> AlterFdwStmtOpt
cast as AlterFdwStmt
Sourcepub fn is_alter_fdw_stmt(&self) -> bool
pub fn is_alter_fdw_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_foreign_server_stmt(&self) -> CreateForeignServerStmtOpt
pub fn as_create_foreign_server_stmt(&self) -> CreateForeignServerStmtOpt
cast as CreateForeignServerStmt
Sourcepub fn is_create_foreign_server_stmt(&self) -> bool
pub fn is_create_foreign_server_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_foreign_server_stmt(&self) -> AlterForeignServerStmtOpt
pub fn as_alter_foreign_server_stmt(&self) -> AlterForeignServerStmtOpt
cast as AlterForeignServerStmt
Sourcepub fn is_alter_foreign_server_stmt(&self) -> bool
pub fn is_alter_foreign_server_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_foreign_table_stmt(&self) -> CreateForeignTableStmtOpt
pub fn as_create_foreign_table_stmt(&self) -> CreateForeignTableStmtOpt
cast as CreateForeignTableStmt
Sourcepub fn is_create_foreign_table_stmt(&self) -> bool
pub fn is_create_foreign_table_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_user_mapping_stmt(&self) -> CreateUserMappingStmtOpt
pub fn as_create_user_mapping_stmt(&self) -> CreateUserMappingStmtOpt
cast as CreateUserMappingStmt
Sourcepub fn is_create_user_mapping_stmt(&self) -> bool
pub fn is_create_user_mapping_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_user_mapping_stmt(&self) -> AlterUserMappingStmtOpt
pub fn as_alter_user_mapping_stmt(&self) -> AlterUserMappingStmtOpt
cast as AlterUserMappingStmt
Sourcepub fn is_alter_user_mapping_stmt(&self) -> bool
pub fn is_alter_user_mapping_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_drop_user_mapping_stmt(&self) -> DropUserMappingStmtOpt
pub fn as_drop_user_mapping_stmt(&self) -> DropUserMappingStmtOpt
cast as DropUserMappingStmt
Sourcepub fn is_drop_user_mapping_stmt(&self) -> bool
pub fn is_drop_user_mapping_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_import_foreign_schema_stmt(&self) -> ImportForeignSchemaStmtOpt
pub fn as_import_foreign_schema_stmt(&self) -> ImportForeignSchemaStmtOpt
cast as ImportForeignSchemaStmt
Sourcepub fn is_import_foreign_schema_stmt(&self) -> bool
pub fn is_import_foreign_schema_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_policy_stmt(&self) -> CreatePolicyStmtOpt
pub fn as_create_policy_stmt(&self) -> CreatePolicyStmtOpt
cast as CreatePolicyStmt
Sourcepub fn is_create_policy_stmt(&self) -> bool
pub fn is_create_policy_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_policy_stmt(&self) -> AlterPolicyStmtOpt
pub fn as_alter_policy_stmt(&self) -> AlterPolicyStmtOpt
cast as AlterPolicyStmt
Sourcepub fn is_alter_policy_stmt(&self) -> bool
pub fn is_alter_policy_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_am_stmt(&self) -> CreateAmStmtOpt
pub fn as_create_am_stmt(&self) -> CreateAmStmtOpt
cast as CreateAmStmt
Sourcepub fn is_create_am_stmt(&self) -> bool
pub fn is_create_am_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_trig_stmt(&self) -> CreateTrigStmtOpt
pub fn as_create_trig_stmt(&self) -> CreateTrigStmtOpt
cast as CreateTrigStmt
Sourcepub fn is_create_trig_stmt(&self) -> bool
pub fn is_create_trig_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_event_trig_stmt(&self) -> CreateEventTrigStmtOpt
pub fn as_create_event_trig_stmt(&self) -> CreateEventTrigStmtOpt
cast as CreateEventTrigStmt
Sourcepub fn is_create_event_trig_stmt(&self) -> bool
pub fn is_create_event_trig_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_event_trig_stmt(&self) -> AlterEventTrigStmtOpt
pub fn as_alter_event_trig_stmt(&self) -> AlterEventTrigStmtOpt
cast as AlterEventTrigStmt
Sourcepub fn is_alter_event_trig_stmt(&self) -> bool
pub fn is_alter_event_trig_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_plang_stmt(&self) -> CreatePLangStmtOpt
pub fn as_create_plang_stmt(&self) -> CreatePLangStmtOpt
cast as CreatePlangStmt
Sourcepub fn is_create_plang_stmt(&self) -> bool
pub fn is_create_plang_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_role_stmt(&self) -> CreateRoleStmtOpt
pub fn as_create_role_stmt(&self) -> CreateRoleStmtOpt
cast as CreateRoleStmt
Sourcepub fn is_create_role_stmt(&self) -> bool
pub fn is_create_role_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_role_stmt(&self) -> AlterRoleStmtOpt
pub fn as_alter_role_stmt(&self) -> AlterRoleStmtOpt
cast as AlterRoleStmt
Sourcepub fn is_alter_role_stmt(&self) -> bool
pub fn is_alter_role_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_role_set_stmt(&self) -> AlterRoleSetStmtOpt
pub fn as_alter_role_set_stmt(&self) -> AlterRoleSetStmtOpt
cast as AlterRoleSetStmt
Sourcepub fn is_alter_role_set_stmt(&self) -> bool
pub fn is_alter_role_set_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_drop_role_stmt(&self) -> DropRoleStmtOpt
pub fn as_drop_role_stmt(&self) -> DropRoleStmtOpt
cast as DropRoleStmt
Sourcepub fn is_drop_role_stmt(&self) -> bool
pub fn is_drop_role_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_seq_stmt(&self) -> CreateSeqStmtOpt
pub fn as_create_seq_stmt(&self) -> CreateSeqStmtOpt
cast as CreateSeqStmt
Sourcepub fn is_create_seq_stmt(&self) -> bool
pub fn is_create_seq_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_seq_stmt(&self) -> AlterSeqStmtOpt
pub fn as_alter_seq_stmt(&self) -> AlterSeqStmtOpt
cast as AlterSeqStmt
Sourcepub fn is_alter_seq_stmt(&self) -> bool
pub fn is_alter_seq_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_define_stmt(&self) -> DefineStmtOpt
pub fn as_define_stmt(&self) -> DefineStmtOpt
cast as DefineStmt
Sourcepub fn is_define_stmt(&self) -> bool
pub fn is_define_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_domain_stmt(&self) -> CreateDomainStmtOpt
pub fn as_create_domain_stmt(&self) -> CreateDomainStmtOpt
cast as CreateDomainStmt
Sourcepub fn is_create_domain_stmt(&self) -> bool
pub fn is_create_domain_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_op_class_stmt(&self) -> CreateOpClassStmtOpt
pub fn as_create_op_class_stmt(&self) -> CreateOpClassStmtOpt
cast as CreateOpClassStmt
Sourcepub fn is_create_op_class_stmt(&self) -> bool
pub fn is_create_op_class_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_op_class_item(&self) -> CreateOpClassItemOpt
pub fn as_create_op_class_item(&self) -> CreateOpClassItemOpt
cast as CreateOpClassItem
Sourcepub fn is_create_op_class_item(&self) -> bool
pub fn is_create_op_class_item(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_op_family_stmt(&self) -> CreateOpFamilyStmtOpt
pub fn as_create_op_family_stmt(&self) -> CreateOpFamilyStmtOpt
cast as CreateOpFamilyStmt
Sourcepub fn is_create_op_family_stmt(&self) -> bool
pub fn is_create_op_family_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_op_family_stmt(&self) -> AlterOpFamilyStmtOpt
pub fn as_alter_op_family_stmt(&self) -> AlterOpFamilyStmtOpt
cast as AlterOpFamilyStmt
Sourcepub fn is_alter_op_family_stmt(&self) -> bool
pub fn is_alter_op_family_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_drop_stmt(&self) -> DropStmtOpt
pub fn as_drop_stmt(&self) -> DropStmtOpt
cast as DropStmt
Sourcepub fn is_drop_stmt(&self) -> bool
pub fn is_drop_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_truncate_stmt(&self) -> TruncateStmtOpt
pub fn as_truncate_stmt(&self) -> TruncateStmtOpt
cast as TruncateStmt
Sourcepub fn is_truncate_stmt(&self) -> bool
pub fn is_truncate_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_comment_stmt(&self) -> CommentStmtOpt
pub fn as_comment_stmt(&self) -> CommentStmtOpt
cast as CommentStmt
Sourcepub fn is_comment_stmt(&self) -> bool
pub fn is_comment_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_sec_label_stmt(&self) -> SecLabelStmtOpt
pub fn as_sec_label_stmt(&self) -> SecLabelStmtOpt
cast as SecLabelStmt
Sourcepub fn is_sec_label_stmt(&self) -> bool
pub fn is_sec_label_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_declare_cursor_stmt(&self) -> DeclareCursorStmtOpt
pub fn as_declare_cursor_stmt(&self) -> DeclareCursorStmtOpt
cast as DeclareCursorStmt
Sourcepub fn is_declare_cursor_stmt(&self) -> bool
pub fn is_declare_cursor_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_close_portal_stmt(&self) -> ClosePortalStmtOpt
pub fn as_close_portal_stmt(&self) -> ClosePortalStmtOpt
cast as ClosePortalStmt
Sourcepub fn is_close_portal_stmt(&self) -> bool
pub fn is_close_portal_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_fetch_stmt(&self) -> FetchStmtOpt
pub fn as_fetch_stmt(&self) -> FetchStmtOpt
cast as FetchStmt
Sourcepub fn is_fetch_stmt(&self) -> bool
pub fn is_fetch_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_index_stmt(&self) -> IndexStmtOpt
pub fn as_index_stmt(&self) -> IndexStmtOpt
cast as IndexStmt
Sourcepub fn is_index_stmt(&self) -> bool
pub fn is_index_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_stats_stmt(&self) -> CreateStatsStmtOpt
pub fn as_create_stats_stmt(&self) -> CreateStatsStmtOpt
cast as CreateStatsStmt
Sourcepub fn is_create_stats_stmt(&self) -> bool
pub fn is_create_stats_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_stats_elem(&self) -> StatsElemOpt
pub fn as_stats_elem(&self) -> StatsElemOpt
cast as StatsElem
Sourcepub fn is_stats_elem(&self) -> bool
pub fn is_stats_elem(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_stats_stmt(&self) -> AlterStatsStmtOpt
pub fn as_alter_stats_stmt(&self) -> AlterStatsStmtOpt
cast as AlterStatsStmt
Sourcepub fn is_alter_stats_stmt(&self) -> bool
pub fn is_alter_stats_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_function_stmt(&self) -> CreateFunctionStmtOpt
pub fn as_create_function_stmt(&self) -> CreateFunctionStmtOpt
cast as CreateFunctionStmt
Sourcepub fn is_create_function_stmt(&self) -> bool
pub fn is_create_function_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_function_parameter(&self) -> FunctionParameterOpt
pub fn as_function_parameter(&self) -> FunctionParameterOpt
cast as FunctionParameter
Sourcepub fn is_function_parameter(&self) -> bool
pub fn is_function_parameter(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_function_stmt(&self) -> AlterFunctionStmtOpt
pub fn as_alter_function_stmt(&self) -> AlterFunctionStmtOpt
cast as AlterFunctionStmt
Sourcepub fn is_alter_function_stmt(&self) -> bool
pub fn is_alter_function_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_do_stmt(&self) -> DoStmtOpt
pub fn as_do_stmt(&self) -> DoStmtOpt
cast as DoStmt
Sourcepub fn is_do_stmt(&self) -> bool
pub fn is_do_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_inline_code_block(&self) -> InlineCodeBlockOpt
pub fn as_inline_code_block(&self) -> InlineCodeBlockOpt
cast as InlineCodeBlock
Sourcepub fn is_inline_code_block(&self) -> bool
pub fn is_inline_code_block(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_call_stmt(&self) -> CallStmtOpt
pub fn as_call_stmt(&self) -> CallStmtOpt
cast as CallStmt
Sourcepub fn is_call_stmt(&self) -> bool
pub fn is_call_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_call_context(&self) -> CallContextOpt
pub fn as_call_context(&self) -> CallContextOpt
cast as CallContext
Sourcepub fn is_call_context(&self) -> bool
pub fn is_call_context(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_rename_stmt(&self) -> RenameStmtOpt
pub fn as_rename_stmt(&self) -> RenameStmtOpt
cast as RenameStmt
Sourcepub fn is_rename_stmt(&self) -> bool
pub fn is_rename_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_object_depends_stmt(&self) -> AlterObjectDependsStmtOpt
pub fn as_alter_object_depends_stmt(&self) -> AlterObjectDependsStmtOpt
cast as AlterObjectDependsStmt
Sourcepub fn is_alter_object_depends_stmt(&self) -> bool
pub fn is_alter_object_depends_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_object_schema_stmt(&self) -> AlterObjectSchemaStmtOpt
pub fn as_alter_object_schema_stmt(&self) -> AlterObjectSchemaStmtOpt
cast as AlterObjectSchemaStmt
Sourcepub fn is_alter_object_schema_stmt(&self) -> bool
pub fn is_alter_object_schema_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_owner_stmt(&self) -> AlterOwnerStmtOpt
pub fn as_alter_owner_stmt(&self) -> AlterOwnerStmtOpt
cast as AlterOwnerStmt
Sourcepub fn is_alter_owner_stmt(&self) -> bool
pub fn is_alter_owner_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_operator_stmt(&self) -> AlterOperatorStmtOpt
pub fn as_alter_operator_stmt(&self) -> AlterOperatorStmtOpt
cast as AlterOperatorStmt
Sourcepub fn is_alter_operator_stmt(&self) -> bool
pub fn is_alter_operator_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_type_stmt(&self) -> AlterTypeStmtOpt
pub fn as_alter_type_stmt(&self) -> AlterTypeStmtOpt
cast as AlterTypeStmt
Sourcepub fn is_alter_type_stmt(&self) -> bool
pub fn is_alter_type_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_rule_stmt(&self) -> RuleStmtOpt
pub fn as_rule_stmt(&self) -> RuleStmtOpt
cast as RuleStmt
Sourcepub fn is_rule_stmt(&self) -> bool
pub fn is_rule_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_notify_stmt(&self) -> NotifyStmtOpt
pub fn as_notify_stmt(&self) -> NotifyStmtOpt
cast as NotifyStmt
Sourcepub fn is_notify_stmt(&self) -> bool
pub fn is_notify_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_listen_stmt(&self) -> ListenStmtOpt
pub fn as_listen_stmt(&self) -> ListenStmtOpt
cast as ListenStmt
Sourcepub fn is_listen_stmt(&self) -> bool
pub fn is_listen_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_unlisten_stmt(&self) -> UnlistenStmtOpt
pub fn as_unlisten_stmt(&self) -> UnlistenStmtOpt
cast as UnlistenStmt
Sourcepub fn is_unlisten_stmt(&self) -> bool
pub fn is_unlisten_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_transaction_stmt(&self) -> TransactionStmtOpt
pub fn as_transaction_stmt(&self) -> TransactionStmtOpt
cast as TransactionStmt
Sourcepub fn is_transaction_stmt(&self) -> bool
pub fn is_transaction_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_composite_type_stmt(&self) -> CompositeTypeStmtOpt
pub fn as_composite_type_stmt(&self) -> CompositeTypeStmtOpt
cast as CompositeTypeStmt
Sourcepub fn is_composite_type_stmt(&self) -> bool
pub fn is_composite_type_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_enum_stmt(&self) -> CreateEnumStmtOpt
pub fn as_create_enum_stmt(&self) -> CreateEnumStmtOpt
cast as CreateEnumStmt
Sourcepub fn is_create_enum_stmt(&self) -> bool
pub fn is_create_enum_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_range_stmt(&self) -> CreateRangeStmtOpt
pub fn as_create_range_stmt(&self) -> CreateRangeStmtOpt
cast as CreateRangeStmt
Sourcepub fn is_create_range_stmt(&self) -> bool
pub fn is_create_range_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_enum_stmt(&self) -> AlterEnumStmtOpt
pub fn as_alter_enum_stmt(&self) -> AlterEnumStmtOpt
cast as AlterEnumStmt
Sourcepub fn is_alter_enum_stmt(&self) -> bool
pub fn is_alter_enum_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_view_stmt(&self) -> ViewStmtOpt
pub fn as_view_stmt(&self) -> ViewStmtOpt
cast as ViewStmt
Sourcepub fn is_view_stmt(&self) -> bool
pub fn is_view_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_load_stmt(&self) -> LoadStmtOpt
pub fn as_load_stmt(&self) -> LoadStmtOpt
cast as LoadStmt
Sourcepub fn is_load_stmt(&self) -> bool
pub fn is_load_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_createdb_stmt(&self) -> CreatedbStmtOpt
pub fn as_createdb_stmt(&self) -> CreatedbStmtOpt
cast as CreatedbStmt
Sourcepub fn is_createdb_stmt(&self) -> bool
pub fn is_createdb_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_database_stmt(&self) -> AlterDatabaseStmtOpt
pub fn as_alter_database_stmt(&self) -> AlterDatabaseStmtOpt
cast as AlterDatabaseStmt
Sourcepub fn is_alter_database_stmt(&self) -> bool
pub fn is_alter_database_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_database_refresh_coll_stmt(
&self,
) -> AlterDatabaseRefreshCollStmtOpt
pub fn as_alter_database_refresh_coll_stmt( &self, ) -> AlterDatabaseRefreshCollStmtOpt
cast as AlterDatabaseRefreshCollStmt
Sourcepub fn is_alter_database_refresh_coll_stmt(&self) -> bool
pub fn is_alter_database_refresh_coll_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_database_set_stmt(&self) -> AlterDatabaseSetStmtOpt
pub fn as_alter_database_set_stmt(&self) -> AlterDatabaseSetStmtOpt
cast as AlterDatabaseSetStmt
Sourcepub fn is_alter_database_set_stmt(&self) -> bool
pub fn is_alter_database_set_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_dropdb_stmt(&self) -> DropdbStmtOpt
pub fn as_dropdb_stmt(&self) -> DropdbStmtOpt
cast as DropdbStmt
Sourcepub fn is_dropdb_stmt(&self) -> bool
pub fn is_dropdb_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_system_stmt(&self) -> AlterSystemStmtOpt
pub fn as_alter_system_stmt(&self) -> AlterSystemStmtOpt
cast as AlterSystemStmt
Sourcepub fn is_alter_system_stmt(&self) -> bool
pub fn is_alter_system_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_cluster_stmt(&self) -> ClusterStmtOpt
pub fn as_cluster_stmt(&self) -> ClusterStmtOpt
cast as ClusterStmt
Sourcepub fn is_cluster_stmt(&self) -> bool
pub fn is_cluster_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_vacuum_stmt(&self) -> VacuumStmtOpt
pub fn as_vacuum_stmt(&self) -> VacuumStmtOpt
cast as VacuumStmt
Sourcepub fn is_vacuum_stmt(&self) -> bool
pub fn is_vacuum_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_vacuum_relation(&self) -> VacuumRelationOpt
pub fn as_vacuum_relation(&self) -> VacuumRelationOpt
cast as VacuumRelation
Sourcepub fn is_vacuum_relation(&self) -> bool
pub fn is_vacuum_relation(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_explain_stmt(&self) -> ExplainStmtOpt
pub fn as_explain_stmt(&self) -> ExplainStmtOpt
cast as ExplainStmt
Sourcepub fn is_explain_stmt(&self) -> bool
pub fn is_explain_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_table_as_stmt(&self) -> CreateTableAsStmtOpt
pub fn as_create_table_as_stmt(&self) -> CreateTableAsStmtOpt
cast as CreateTableAsStmt
Sourcepub fn is_create_table_as_stmt(&self) -> bool
pub fn is_create_table_as_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_refresh_mat_view_stmt(&self) -> RefreshMatViewStmtOpt
pub fn as_refresh_mat_view_stmt(&self) -> RefreshMatViewStmtOpt
cast as RefreshMatViewStmt
Sourcepub fn is_refresh_mat_view_stmt(&self) -> bool
pub fn is_refresh_mat_view_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_check_point_stmt(&self) -> CheckPointStmtOpt
pub fn as_check_point_stmt(&self) -> CheckPointStmtOpt
cast as CheckPointStmt
Sourcepub fn is_check_point_stmt(&self) -> bool
pub fn is_check_point_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_discard_stmt(&self) -> DiscardStmtOpt
pub fn as_discard_stmt(&self) -> DiscardStmtOpt
cast as DiscardStmt
Sourcepub fn is_discard_stmt(&self) -> bool
pub fn is_discard_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_lock_stmt(&self) -> LockStmtOpt
pub fn as_lock_stmt(&self) -> LockStmtOpt
cast as LockStmt
Sourcepub fn is_lock_stmt(&self) -> bool
pub fn is_lock_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_constraints_set_stmt(&self) -> ConstraintsSetStmtOpt
pub fn as_constraints_set_stmt(&self) -> ConstraintsSetStmtOpt
cast as ConstraintsSetStmt
Sourcepub fn is_constraints_set_stmt(&self) -> bool
pub fn is_constraints_set_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_reindex_stmt(&self) -> ReindexStmtOpt
pub fn as_reindex_stmt(&self) -> ReindexStmtOpt
cast as ReindexStmt
Sourcepub fn is_reindex_stmt(&self) -> bool
pub fn is_reindex_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_conversion_stmt(&self) -> CreateConversionStmtOpt
pub fn as_create_conversion_stmt(&self) -> CreateConversionStmtOpt
cast as CreateConversionStmt
Sourcepub fn is_create_conversion_stmt(&self) -> bool
pub fn is_create_conversion_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_cast_stmt(&self) -> CreateCastStmtOpt
pub fn as_create_cast_stmt(&self) -> CreateCastStmtOpt
cast as CreateCastStmt
Sourcepub fn is_create_cast_stmt(&self) -> bool
pub fn is_create_cast_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_transform_stmt(&self) -> CreateTransformStmtOpt
pub fn as_create_transform_stmt(&self) -> CreateTransformStmtOpt
cast as CreateTransformStmt
Sourcepub fn is_create_transform_stmt(&self) -> bool
pub fn is_create_transform_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_prepare_stmt(&self) -> PrepareStmtOpt
pub fn as_prepare_stmt(&self) -> PrepareStmtOpt
cast as PrepareStmt
Sourcepub fn is_prepare_stmt(&self) -> bool
pub fn is_prepare_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_execute_stmt(&self) -> ExecuteStmtOpt
pub fn as_execute_stmt(&self) -> ExecuteStmtOpt
cast as ExecuteStmt
Sourcepub fn is_execute_stmt(&self) -> bool
pub fn is_execute_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_deallocate_stmt(&self) -> DeallocateStmtOpt
pub fn as_deallocate_stmt(&self) -> DeallocateStmtOpt
cast as DeallocateStmt
Sourcepub fn is_deallocate_stmt(&self) -> bool
pub fn is_deallocate_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_drop_owned_stmt(&self) -> DropOwnedStmtOpt
pub fn as_drop_owned_stmt(&self) -> DropOwnedStmtOpt
cast as DropOwnedStmt
Sourcepub fn is_drop_owned_stmt(&self) -> bool
pub fn is_drop_owned_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_reassign_owned_stmt(&self) -> ReassignOwnedStmtOpt
pub fn as_reassign_owned_stmt(&self) -> ReassignOwnedStmtOpt
cast as ReassignOwnedStmt
Sourcepub fn is_reassign_owned_stmt(&self) -> bool
pub fn is_reassign_owned_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_tsdictionary_stmt(&self) -> AlterTsDictionaryStmtOpt
pub fn as_alter_tsdictionary_stmt(&self) -> AlterTsDictionaryStmtOpt
cast as AlterTsdictionaryStmt
Sourcepub fn is_alter_tsdictionary_stmt(&self) -> bool
pub fn is_alter_tsdictionary_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_tsconfiguration_stmt(&self) -> AlterTsConfigurationStmtOpt
pub fn as_alter_tsconfiguration_stmt(&self) -> AlterTsConfigurationStmtOpt
cast as AlterTsconfigurationStmt
Sourcepub fn is_alter_tsconfiguration_stmt(&self) -> bool
pub fn is_alter_tsconfiguration_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_publication_table(&self) -> PublicationTableOpt
pub fn as_publication_table(&self) -> PublicationTableOpt
cast as PublicationTable
Sourcepub fn is_publication_table(&self) -> bool
pub fn is_publication_table(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_publication_obj_spec(&self) -> PublicationObjSpecOpt
pub fn as_publication_obj_spec(&self) -> PublicationObjSpecOpt
cast as PublicationObjSpec
Sourcepub fn is_publication_obj_spec(&self) -> bool
pub fn is_publication_obj_spec(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_publication_stmt(&self) -> CreatePublicationStmtOpt
pub fn as_create_publication_stmt(&self) -> CreatePublicationStmtOpt
cast as CreatePublicationStmt
Sourcepub fn is_create_publication_stmt(&self) -> bool
pub fn is_create_publication_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_publication_stmt(&self) -> AlterPublicationStmtOpt
pub fn as_alter_publication_stmt(&self) -> AlterPublicationStmtOpt
cast as AlterPublicationStmt
Sourcepub fn is_alter_publication_stmt(&self) -> bool
pub fn is_alter_publication_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_create_subscription_stmt(&self) -> CreateSubscriptionStmtOpt
pub fn as_create_subscription_stmt(&self) -> CreateSubscriptionStmtOpt
cast as CreateSubscriptionStmt
Sourcepub fn is_create_subscription_stmt(&self) -> bool
pub fn is_create_subscription_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_alter_subscription_stmt(&self) -> AlterSubscriptionStmtOpt
pub fn as_alter_subscription_stmt(&self) -> AlterSubscriptionStmtOpt
cast as AlterSubscriptionStmt
Sourcepub fn is_alter_subscription_stmt(&self) -> bool
pub fn is_alter_subscription_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_drop_subscription_stmt(&self) -> DropSubscriptionStmtOpt
pub fn as_drop_subscription_stmt(&self) -> DropSubscriptionStmtOpt
cast as DropSubscriptionStmt
Sourcepub fn is_drop_subscription_stmt(&self) -> bool
pub fn is_drop_subscription_stmt(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_integer(&self) -> IntegerOpt
pub fn as_integer(&self) -> IntegerOpt
cast as Integer
Sourcepub fn is_integer(&self) -> bool
pub fn is_integer(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_boolean(&self) -> BooleanOpt
pub fn as_boolean(&self) -> BooleanOpt
cast as Boolean
Sourcepub fn is_boolean(&self) -> bool
pub fn is_boolean(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_bit_string(&self) -> BitStringOpt
pub fn as_bit_string(&self) -> BitStringOpt
cast as BitString
Sourcepub fn is_bit_string(&self) -> bool
pub fn is_bit_string(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_int_list(&self) -> IntListOpt
pub fn as_int_list(&self) -> IntListOpt
cast as IntList
Sourcepub fn is_int_list(&self) -> bool
pub fn is_int_list(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_oid_list(&self) -> OidListOpt
pub fn as_oid_list(&self) -> OidListOpt
cast as OidList
Sourcepub fn is_oid_list(&self) -> bool
pub fn is_oid_list(&self) -> bool
test variant kind
Source§impl Node
impl Node
Sourcepub fn as_a_const(&self) -> AConstOpt
pub fn as_a_const(&self) -> AConstOpt
cast as AConst
Sourcepub fn is_a_const(&self) -> bool
pub fn is_a_const(&self) -> bool
test variant kind
Trait Implementations§
Source§impl ListOpt<Node> for NodeListOpt
impl ListOpt<Node> for NodeListOpt
Auto Trait Implementations§
impl Freeze for Node
impl RefUnwindSafe for Node
impl Send for Node
impl Sync for Node
impl Unpin for Node
impl UnwindSafe for Node
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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>
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>
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 moreSource§impl<D> OwoColorize for D
impl<D> OwoColorize for D
Source§fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
Source§fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
Source§fn black(&self) -> FgColorDisplay<'_, Black, Self>
fn black(&self) -> FgColorDisplay<'_, Black, Self>
Source§fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
Source§fn red(&self) -> FgColorDisplay<'_, Red, Self>
fn red(&self) -> FgColorDisplay<'_, Red, Self>
Source§fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
Source§fn green(&self) -> FgColorDisplay<'_, Green, Self>
fn green(&self) -> FgColorDisplay<'_, Green, Self>
Source§fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
Source§fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
Source§fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
Source§fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
Source§fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
Source§fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
Source§fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
Source§fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
Source§fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
Source§fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
Source§fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
Source§fn white(&self) -> FgColorDisplay<'_, White, Self>
fn white(&self) -> FgColorDisplay<'_, White, Self>
Source§fn on_white(&self) -> BgColorDisplay<'_, White, Self>
fn on_white(&self) -> BgColorDisplay<'_, White, Self>
Source§fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
Source§fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
Source§fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
Source§fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
Source§fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
Source§fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
Source§fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
Source§fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
Source§fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
Source§fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
Source§fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
Source§fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
Source§fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Source§fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Source§fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Source§fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Source§fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
Source§fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
Source§fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
Source§fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
Source§fn bold(&self) -> BoldDisplay<'_, Self>
fn bold(&self) -> BoldDisplay<'_, Self>
Source§fn dimmed(&self) -> DimDisplay<'_, Self>
fn dimmed(&self) -> DimDisplay<'_, Self>
Source§fn italic(&self) -> ItalicDisplay<'_, Self>
fn italic(&self) -> ItalicDisplay<'_, Self>
Source§fn underline(&self) -> UnderlineDisplay<'_, Self>
fn underline(&self) -> UnderlineDisplay<'_, Self>
Source§fn blink(&self) -> BlinkDisplay<'_, Self>
fn blink(&self) -> BlinkDisplay<'_, Self>
Source§fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
Source§fn reversed(&self) -> ReversedDisplay<'_, Self>
fn reversed(&self) -> ReversedDisplay<'_, Self>
Source§fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
Source§fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
OwoColorize::fg or
a color-specific method, such as OwoColorize::green, Read moreSource§fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
OwoColorize::bg or
a color-specific method, such as OwoColorize::on_yellow, Read more