Enum cassandra_cpp_sys::CassCollectionType_ [] [src]

#[repr(u32)]
pub enum CassCollectionType_ { CASS_COLLECTION_TYPE_LIST, CASS_COLLECTION_TYPE_MAP, CASS_COLLECTION_TYPE_SET, }

Variants

Trait Implementations

impl Copy for CassCollectionType_
[src]

impl Clone for CassCollectionType_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassCollectionType_
[src]

Formats the value using the given formatter.