pub struct TraceSink { /* private fields */ }Expand description
A trace sink is a client connection for the trace router. It hold state about what data the client has seen and is subscribed to.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TraceSink
impl !UnwindSafe for TraceSink
impl Freeze for TraceSink
impl Send for TraceSink
impl Sync for TraceSink
impl Unpin for TraceSink
impl UnsafeUnpin for TraceSink
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