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

impl Clone for CassIndexType_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassIndexType_
[src]

Formats the value using the given formatter.