pub struct TableTracer { /* private fields */ }Expand description
This tracer sends text messages.
Implementations§
Methods from Deref<Target = Tracer<TableState>>§
Sourcepub fn send(
&self,
data: <T as Flow>::Event,
opt_system_time: Option<SystemTime>,
direction: Option<Direction<ProviderProtocol>>,
)
pub fn send( &self, data: <T as Flow>::Event, opt_system_time: Option<SystemTime>, direction: Option<Direction<ProviderProtocol>>, )
Send an event to a Recorder.
Sourcepub fn subscribe(&mut self) -> Result<Receiver<ActionEnvelope<T>>, Error>
pub fn subscribe(&mut self) -> Result<Receiver<ActionEnvelope<T>>, Error>
Subscribe to the stream of the watcher.
Trait Implementations§
Source§impl Clone for TableTracer
impl Clone for TableTracer
Source§fn clone(&self) -> TableTracer
fn clone(&self) -> TableTracer
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 Debug for TableTracer
impl Debug for TableTracer
Source§impl Deref for TableTracer
impl Deref for TableTracer
Auto Trait Implementations§
impl Freeze for TableTracer
impl !RefUnwindSafe for TableTracer
impl Send for TableTracer
impl Sync for TableTracer
impl Unpin for TableTracer
impl !UnwindSafe for TableTracer
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