pub enum AddonKind {
Info(String),
Debug(String),
Trace(String),
Related(FinalizedEvent<LogId>),
}Expand description
AddonKind defines the information kind to be added to an [EventEntry].
Variants§
Trait Implementations§
Source§impl From<&AddonKind> for AddonFilter
impl From<&AddonKind> for AddonFilter
impl Eq for AddonKind
impl StructuralPartialEq for AddonKind
Auto Trait Implementations§
impl Freeze for AddonKind
impl RefUnwindSafe for AddonKind
impl Send for AddonKind
impl Sync for AddonKind
impl Unpin for AddonKind
impl UnwindSafe for AddonKind
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