Enum cassandra_cpp::BatchType
[−]
[src]
pub enum BatchType {
LOGGED,
UNLOGGED,
COUNTER,
}A type of batch.
Variants
LOGGEDUNLOGGEDCOUNTERMethods
impl BatchType[src]
fn variants() -> &'static [BatchType]
List all the possible values of this enumeration.
Trait Implementations
impl Debug for BatchType[src]
impl Eq for BatchType[src]
impl PartialEq for BatchType[src]
fn eq(&self, __arg_0: &BatchType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Display for BatchType[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more