pub struct TracingBridgeWithReasons;Available on crate feature
tracing only.Expand description
Sends runtime events to tracing and includes free-form reason text.
Create this variant with TracingBridge::with_reasons.
It otherwise uses the same fields and level mapping as TracingBridge.
Trait Implementations§
Source§impl Default for TracingBridgeWithReasons
impl Default for TracingBridgeWithReasons
Source§fn default() -> TracingBridgeWithReasons
fn default() -> TracingBridgeWithReasons
Returns the “default value” for a type. Read more
Source§impl Subscribe for TracingBridgeWithReasons
impl Subscribe for TracingBridgeWithReasons
Source§fn on_event(&self, e: &Event)
fn on_event(&self, e: &Event)
Processes one event delivered by this subscriber’s serial lane. Read more
Source§fn queue_capacity(&self) -> NonZeroUsize
fn queue_capacity(&self) -> NonZeroUsize
Returns the maximum number of queued events for this subscriber. Read more
Auto Trait Implementations§
impl Freeze for TracingBridgeWithReasons
impl RefUnwindSafe for TracingBridgeWithReasons
impl Send for TracingBridgeWithReasons
impl Sync for TracingBridgeWithReasons
impl Unpin for TracingBridgeWithReasons
impl UnsafeUnpin for TracingBridgeWithReasons
impl UnwindSafe for TracingBridgeWithReasons
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