pub struct HostTracingSink { /* private fields */ }Expand description
Host-side implementation of TracingSink.
Collects all trace data into a buffer for inspection/testing. In a real application, you might forward to a real tracing subscriber.
Implementations§
Trait Implementations§
Source§impl Clone for HostTracingSink
impl Clone for HostTracingSink
Source§fn clone(&self) -> HostTracingSink
fn clone(&self) -> HostTracingSink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for HostTracingSink
impl Default for HostTracingSink
Source§impl TracingSink for HostTracingSink
impl TracingSink for HostTracingSink
Auto Trait Implementations§
impl Freeze for HostTracingSink
impl !RefUnwindSafe for HostTracingSink
impl Send for HostTracingSink
impl Sync for HostTracingSink
impl Unpin for HostTracingSink
impl !UnwindSafe for HostTracingSink
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