Enum ceramic_config::LogLevel
source · pub enum LogLevel {
Trace,
Debug,
Info,
Warn,
Error,
}Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LogLevel
impl<'de> Deserialize<'de> for LogLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl FromWasmAbi for LogLevel
impl FromWasmAbi for LogLevel
source§impl IntoWasmAbi for LogLevel
impl IntoWasmAbi for LogLevel
source§impl OptionFromWasmAbi for LogLevel
impl OptionFromWasmAbi for LogLevel
source§impl OptionIntoWasmAbi for LogLevel
impl OptionIntoWasmAbi for LogLevel
impl Copy for LogLevel
Auto Trait Implementations§
impl RefUnwindSafe for LogLevel
impl Send for LogLevel
impl Sync for LogLevel
impl Unpin for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.