Enum cassandra_cpp_sys::CassIndexType [] [src]

#[repr(u32)]
pub enum CassIndexType { CASS_INDEX_TYPE_UNKNOWN, CASS_INDEX_TYPE_KEYS, CASS_INDEX_TYPE_CUSTOM, CASS_INDEX_TYPE_COMPOSITES, }

Variants

Trait Implementations

impl Debug for CassIndexType_
[src]

[src]

Formats the value using the given formatter.

impl Copy for CassIndexType_
[src]

impl Clone for CassIndexType_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CassIndexType_
[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 CassIndexType_
[src]

impl Hash for CassIndexType_
[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