pub struct TapExport<T: 'static> { /* private fields */ }Expand description
One of a FIFO’s analysis taps (D23): connect a subscriber to watch the traffic without joining the data path.
Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for TapExport<T>
impl<T> !Send for TapExport<T>
impl<T> !Sync for TapExport<T>
impl<T> !UnwindSafe for TapExport<T>
impl<T> Freeze for TapExport<T>
impl<T> Unpin for TapExport<T>
impl<T> UnsafeUnpin for TapExport<T>
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