Enum cassandra_cpp::Consistency [−][src]
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
impl Consistency[src]
impl Consistency[src]pub fn variants() -> &'static [Consistency][src]
pub fn variants() -> &'static [Consistency][src]List all the possible values of this enumeration.
Trait Implementations
impl Clone for Consistency[src]
impl Clone for Consistency[src]fn clone(&self) -> Consistency[src]
fn clone(&self) -> Consistency[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for Consistency[src]
impl Debug for Consistency[src]impl Display for Consistency[src]
impl Display for Consistency[src]impl FromStr for Consistency[src]
impl FromStr for Consistency[src]impl Hash for Consistency[src]
impl Hash for Consistency[src]impl PartialEq<Consistency> for Consistency[src]
impl PartialEq<Consistency> for Consistency[src]impl Copy for Consistency[src]
impl Eq for Consistency[src]
impl StructuralEq for Consistency[src]
impl StructuralPartialEq for Consistency[src]
Auto Trait Implementations
impl RefUnwindSafe for Consistency
impl Send for Consistency
impl Sync for Consistency
impl Unpin for Consistency
impl UnwindSafe for Consistency
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,