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

Trait Implementations

impl Copy for CassLogLevel_
[src]

impl Clone for CassLogLevel_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CassLogLevel_
[src]

Formats the value using the given formatter.