Enum cassandra_cpp_sys::CassBatchType_ [] [src]

#[repr(u32)]
pub enum CassBatchType_ { CASS_BATCH_TYPE_LOGGED, CASS_BATCH_TYPE_UNLOGGED, CASS_BATCH_TYPE_COUNTER, }

Variants

Trait Implementations

impl Copy for CassBatchType_
[src]

impl Clone for CassBatchType_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassBatchType_
[src]

Formats the value using the given formatter.