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
CASS_INDEX_TYPE_UNKNOWNCASS_INDEX_TYPE_KEYSCASS_INDEX_TYPE_CUSTOMCASS_INDEX_TYPE_COMPOSITESTrait Implementations
impl Copy for CassIndexType_[src]
impl Clone for CassIndexType_[src]
fn clone(&self) -> CassIndexType_
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more