Enum evdev_rs::logging::LogPriority
source · [−]pub enum LogPriority {
Error,
Info,
Debug,
}
Variants
Error
critical errors and application bugs
Info
informational messages
Debug
debug information
Auto Trait Implementations
impl RefUnwindSafe for LogPriority
impl Send for LogPriority
impl Sync for LogPriority
impl Unpin for LogPriority
impl UnwindSafe for LogPriority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more