Enum ipfs_api::LoggingLevel
[−]
[src]
pub enum LoggingLevel {
Debug,
Info,
Warning,
Error,
Critical,
}Variants
DebugInfoWarningErrorCritical
Trait Implementations
impl Copy for LoggingLevel[src]
impl Clone for LoggingLevel[src]
fn clone(&self) -> LoggingLevel[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