pub enum Level {
Quiet,
Panic,
Fatal,
Error,
Warning,
Info,
Verbose,
Debug,
Trace,
}Variants§
trait 实现§
impl Copy for Level
impl Eq for Level
impl StructuralPartialEq for Level
自动 trait 实现§
impl Freeze for Level
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnsafeUnpin for Level
impl UnwindSafe for Level
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多