Enum rpgffi::A_Expr_Kind [] [src]

#[repr(u32)]
pub enum A_Expr_Kind { AEXPR_OP, AEXPR_OP_ANY, AEXPR_OP_ALL, AEXPR_DISTINCT, AEXPR_NOT_DISTINCT, AEXPR_NULLIF, AEXPR_OF, AEXPR_IN, AEXPR_LIKE, AEXPR_ILIKE, AEXPR_SIMILAR, AEXPR_BETWEEN, AEXPR_NOT_BETWEEN, AEXPR_BETWEEN_SYM, AEXPR_NOT_BETWEEN_SYM, AEXPR_PAREN, }

Variants

Trait Implementations

impl Debug for A_Expr_Kind
[src]

[src]

Formats the value using the given formatter.

impl Copy for A_Expr_Kind
[src]

impl Clone for A_Expr_Kind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for A_Expr_Kind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for A_Expr_Kind
[src]

impl Hash for A_Expr_Kind
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more