pub enum Level {
Error,
Warn,
Info,
Debug,
Trace,
}Expand description
日志级别。
Log level.
Variants§
Error
错误级别 (Error)。
Error level.
Warn
警告级别 (Warn)。
Warn level.
Info
信息级别 (Info)。
Info level.
Debug
调试级别 (Debug)。
Debug level.
Trace
追踪级别 (Trace)。
Trace level.
Trait Implementations§
impl Copy for Level
impl Eq for Level
impl StructuralPartialEq for Level
Auto Trait Implementations§
impl Freeze for Level
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnwindSafe for Level
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more