pub struct PolledTraces {
pub data: BytesMut,
pub has_more: bool,
}
Expand description
Traces returned from poll_traces
/the channel returned by
PollTracesCtx::new
.
Fields§
§data: BytesMut
§has_more: bool
Auto Trait Implementations§
impl Freeze for PolledTraces
impl RefUnwindSafe for PolledTraces
impl Send for PolledTraces
impl Sync for PolledTraces
impl Unpin for PolledTraces
impl UnwindSafe for PolledTraces
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