Enum tarantool_rust_module::SayLevel
[−]
[src]
#[repr(u32)]pub enum SayLevel { Fatal, System, Error, Crit, Warn, Info, Debug, }
Log levels
Variants
Fatal
System
Error
Crit
Warn
Info
Debug
Trait Implementations
impl Debug for SayLevel
[src]
impl Copy for SayLevel
[src]
impl Clone for SayLevel
[src]
fn clone(&self) -> SayLevel
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
impl PartialEq for SayLevel
[src]
fn eq(&self, __arg_0: &SayLevel) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.