Enum cassandra_cpp_sys::CassErrorSource_
[−]
[src]
#[repr(u32)]pub enum CassErrorSource_ { CASS_ERROR_SOURCE_NONE, CASS_ERROR_SOURCE_LIB, CASS_ERROR_SOURCE_SERVER, CASS_ERROR_SOURCE_SSL, CASS_ERROR_SOURCE_COMPRESSION, }
Variants
CASS_ERROR_SOURCE_NONECASS_ERROR_SOURCE_LIBCASS_ERROR_SOURCE_SERVERCASS_ERROR_SOURCE_SSLCASS_ERROR_SOURCE_COMPRESSION
Trait Implementations
impl Debug for CassErrorSource_[src]
impl Copy for CassErrorSource_[src]
impl Clone for CassErrorSource_[src]
fn clone(&self) -> CassErrorSource_[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for CassErrorSource_[src]
fn eq(&self, __arg_0: &CassErrorSource_) -> bool[src]
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[src]
This method tests for !=.