Enum ipfs_api::LoggingLevel [−][src]
pub enum LoggingLevel {
Debug,
Info,
Warning,
Error,
Critical,
}Variants
DebugInfoWarningErrorCritical
Trait Implementations
impl Copy for LoggingLevel[src]
impl Copy for LoggingLevelimpl Clone for LoggingLevel[src]
impl Clone for LoggingLevelfn clone(&self) -> LoggingLevel[src]
fn clone(&self) -> LoggingLevelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Serialize for LoggingLevel[src]
impl Serialize for LoggingLevelAuto Trait Implementations
impl Send for LoggingLevel
impl Send for LoggingLevelimpl Sync for LoggingLevel
impl Sync for LoggingLevel