Enum cassandra_cpp_sys::CassLogLevel_
[−]
[src]
#[repr(u32)]pub enum CassLogLevel_ { CASS_LOG_DISABLED, CASS_LOG_CRITICAL, CASS_LOG_ERROR, CASS_LOG_WARN, CASS_LOG_INFO, CASS_LOG_DEBUG, CASS_LOG_TRACE, CASS_LOG_LAST_ENTRY, }
Variants
CASS_LOG_DISABLEDCASS_LOG_CRITICALCASS_LOG_ERRORCASS_LOG_WARNCASS_LOG_INFOCASS_LOG_DEBUGCASS_LOG_TRACECASS_LOG_LAST_ENTRYTrait Implementations
impl Copy for CassLogLevel_[src]
impl Clone for CassLogLevel_[src]
fn clone(&self) -> CassLogLevel_
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more