Enum rpgffi::relopt_kind [] [src]

#[repr(u32)]
pub enum relopt_kind { RELOPT_KIND_HEAP, RELOPT_KIND_TOAST, RELOPT_KIND_BTREE, RELOPT_KIND_HASH, RELOPT_KIND_GIN, RELOPT_KIND_GIST, RELOPT_KIND_ATTRIBUTE, RELOPT_KIND_TABLESPACE, RELOPT_KIND_SPGIST, RELOPT_KIND_VIEW, RELOPT_KIND_BRIN, RELOPT_KIND_MAX, }

Variants

Trait Implementations

impl Debug for relopt_kind
[src]

[src]

Formats the value using the given formatter.

impl Copy for relopt_kind
[src]

impl Clone for relopt_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 relopt_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 relopt_kind
[src]

impl Hash for relopt_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