Enum tracing_bunyan_formatter::Type
source · pub enum Type {
EnterSpan,
ExitSpan,
Event,
}
Expand description
The type of record we are dealing with: entering a span, exiting a span, an event.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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