Enum cassandra_cpp_sys::CassBatchType_
[−]
[src]
#[repr(u32)]pub enum CassBatchType_ { CASS_BATCH_TYPE_LOGGED, CASS_BATCH_TYPE_UNLOGGED, CASS_BATCH_TYPE_COUNTER, }
Variants
CASS_BATCH_TYPE_LOGGEDCASS_BATCH_TYPE_UNLOGGEDCASS_BATCH_TYPE_COUNTERTrait Implementations
impl Copy for CassBatchType_[src]
impl Clone for CassBatchType_[src]
fn clone(&self) -> CassBatchType_
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