pub enum LogKind {
Success,
Informational,
Failure,
}
Expand description
Descriptive nature of this LogItem
.
Variants§
Success
This LogItem
describes a success condition.
Informational
This LogItem
describes an informational condition.
Failure
This LogItem
describes a failure or error condition.
Trait Implementations§
impl Eq for LogKind
impl StructuralPartialEq for LogKind
Auto Trait Implementations§
impl Freeze for LogKind
impl RefUnwindSafe for LogKind
impl Send for LogKind
impl Sync for LogKind
impl Unpin for LogKind
impl UnwindSafe for LogKind
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