pub enum DialectSupportedExpressionsItem {
Show 13 variants
Variant0(DialectSupportedExpressionsItemVariant0),
Variant1(LiteralExpression),
Variant2(SelectionExpression),
Variant3(ScalarFunctionExpression),
Variant4(WindowFunctionExpression),
Variant5(IfThenExpression),
Variant6(SwitchExpression),
Variant7(SingularOrListExpression),
Variant8(MultiOrListExpression),
Variant9(CastExpression),
Variant10(SubqueryExpression),
Variant11(NestedExpression),
Variant12(DynamicParameterExpression),
}Expand description
DialectSupportedExpressionsItem
JSON schema
{
"oneOf": [
{
"enum": [
"LITERAL",
"SELECTION",
"SCALAR_FUNCTION",
"WINDOW_FUNCTION",
"IF_THEN",
"SWITCH",
"SINGULAR_OR_LIST",
"MULTI_OR_LIST",
"CAST",
"SUBQUERY",
"NESTED",
"DYNAMIC_PARAMETER"
]
},
{
"$ref": "#/definitions/literal_expression"
},
{
"$ref": "#/definitions/selection_expression"
},
{
"$ref": "#/definitions/scalar_function_expression"
},
{
"$ref": "#/definitions/window_function_expression"
},
{
"$ref": "#/definitions/if_then_expression"
},
{
"$ref": "#/definitions/switch_expression"
},
{
"$ref": "#/definitions/singular_or_list_expression"
},
{
"$ref": "#/definitions/multi_or_list_expression"
},
{
"$ref": "#/definitions/cast_expression"
},
{
"$ref": "#/definitions/subquery_expression"
},
{
"$ref": "#/definitions/nested_expression"
},
{
"$ref": "#/definitions/dynamic_parameter_expression"
}
]
}Variants§
Variant0(DialectSupportedExpressionsItemVariant0)
Variant1(LiteralExpression)
Variant2(SelectionExpression)
Variant3(ScalarFunctionExpression)
Variant4(WindowFunctionExpression)
Variant5(IfThenExpression)
Variant6(SwitchExpression)
Variant7(SingularOrListExpression)
Variant8(MultiOrListExpression)
Variant9(CastExpression)
Variant10(SubqueryExpression)
Variant11(NestedExpression)
Variant12(DynamicParameterExpression)
Trait Implementations§
Source§impl Clone for DialectSupportedExpressionsItem
impl Clone for DialectSupportedExpressionsItem
Source§fn clone(&self) -> DialectSupportedExpressionsItem
fn clone(&self) -> DialectSupportedExpressionsItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for DialectSupportedExpressionsItem
impl<'de> Deserialize<'de> for DialectSupportedExpressionsItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&DialectSupportedExpressionsItem> for DialectSupportedExpressionsItem
impl From<&DialectSupportedExpressionsItem> for DialectSupportedExpressionsItem
Source§fn from(value: &DialectSupportedExpressionsItem) -> Self
fn from(value: &DialectSupportedExpressionsItem) -> Self
Converts to this type from the input type.
Source§impl From<CastExpression> for DialectSupportedExpressionsItem
impl From<CastExpression> for DialectSupportedExpressionsItem
Source§fn from(value: CastExpression) -> Self
fn from(value: CastExpression) -> Self
Converts to this type from the input type.
Source§impl From<DialectSupportedExpressionsItemVariant0> for DialectSupportedExpressionsItem
impl From<DialectSupportedExpressionsItemVariant0> for DialectSupportedExpressionsItem
Source§fn from(value: DialectSupportedExpressionsItemVariant0) -> Self
fn from(value: DialectSupportedExpressionsItemVariant0) -> Self
Converts to this type from the input type.
Source§impl From<DynamicParameterExpression> for DialectSupportedExpressionsItem
impl From<DynamicParameterExpression> for DialectSupportedExpressionsItem
Source§fn from(value: DynamicParameterExpression) -> Self
fn from(value: DynamicParameterExpression) -> Self
Converts to this type from the input type.
Source§impl From<IfThenExpression> for DialectSupportedExpressionsItem
impl From<IfThenExpression> for DialectSupportedExpressionsItem
Source§fn from(value: IfThenExpression) -> Self
fn from(value: IfThenExpression) -> Self
Converts to this type from the input type.
Source§impl From<LiteralExpression> for DialectSupportedExpressionsItem
impl From<LiteralExpression> for DialectSupportedExpressionsItem
Source§fn from(value: LiteralExpression) -> Self
fn from(value: LiteralExpression) -> Self
Converts to this type from the input type.
Source§impl From<MultiOrListExpression> for DialectSupportedExpressionsItem
impl From<MultiOrListExpression> for DialectSupportedExpressionsItem
Source§fn from(value: MultiOrListExpression) -> Self
fn from(value: MultiOrListExpression) -> Self
Converts to this type from the input type.
Source§impl From<NestedExpression> for DialectSupportedExpressionsItem
impl From<NestedExpression> for DialectSupportedExpressionsItem
Source§fn from(value: NestedExpression) -> Self
fn from(value: NestedExpression) -> Self
Converts to this type from the input type.
Source§impl From<ScalarFunctionExpression> for DialectSupportedExpressionsItem
impl From<ScalarFunctionExpression> for DialectSupportedExpressionsItem
Source§fn from(value: ScalarFunctionExpression) -> Self
fn from(value: ScalarFunctionExpression) -> Self
Converts to this type from the input type.
Source§impl From<SelectionExpression> for DialectSupportedExpressionsItem
impl From<SelectionExpression> for DialectSupportedExpressionsItem
Source§fn from(value: SelectionExpression) -> Self
fn from(value: SelectionExpression) -> Self
Converts to this type from the input type.
Source§impl From<SingularOrListExpression> for DialectSupportedExpressionsItem
impl From<SingularOrListExpression> for DialectSupportedExpressionsItem
Source§fn from(value: SingularOrListExpression) -> Self
fn from(value: SingularOrListExpression) -> Self
Converts to this type from the input type.
Source§impl From<SubqueryExpression> for DialectSupportedExpressionsItem
impl From<SubqueryExpression> for DialectSupportedExpressionsItem
Source§fn from(value: SubqueryExpression) -> Self
fn from(value: SubqueryExpression) -> Self
Converts to this type from the input type.
Source§impl From<SwitchExpression> for DialectSupportedExpressionsItem
impl From<SwitchExpression> for DialectSupportedExpressionsItem
Source§fn from(value: SwitchExpression) -> Self
fn from(value: SwitchExpression) -> Self
Converts to this type from the input type.
Source§impl From<WindowFunctionExpression> for DialectSupportedExpressionsItem
impl From<WindowFunctionExpression> for DialectSupportedExpressionsItem
Source§fn from(value: WindowFunctionExpression) -> Self
fn from(value: WindowFunctionExpression) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DialectSupportedExpressionsItem
impl PartialEq for DialectSupportedExpressionsItem
Source§fn eq(&self, other: &DialectSupportedExpressionsItem) -> bool
fn eq(&self, other: &DialectSupportedExpressionsItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DialectSupportedExpressionsItem
Auto Trait Implementations§
impl Freeze for DialectSupportedExpressionsItem
impl RefUnwindSafe for DialectSupportedExpressionsItem
impl Send for DialectSupportedExpressionsItem
impl Sync for DialectSupportedExpressionsItem
impl Unpin for DialectSupportedExpressionsItem
impl UnwindSafe for DialectSupportedExpressionsItem
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