Enum cassandra_cpp::Consistency
source · pub enum Consistency {
UNKNOWN,
ANY,
ONE,
TWO,
THREE,
QUORUM,
ALL,
LOCAL_QUORUM,
EACH_QUORUM,
SERIAL,
LOCAL_SERIAL,
LOCAL_ONE,
}
Expand description
A Cassandra consistency level.
Variants§
Implementations§
source§impl Consistency
impl Consistency
sourcepub fn variants() -> &'static [Consistency]
pub fn variants() -> &'static [Consistency]
List all the possible values of this enumeration.
Trait Implementations§
source§impl Clone for Consistency
impl Clone for Consistency
source§fn clone(&self) -> Consistency
fn clone(&self) -> Consistency
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more