[−][src]Struct minitrace::Span
Fields
id: u64link: Linkbegin_cycles: u64end_cycles: u64event: u32Trait Implementations
impl Clone for Span[src]
impl Copy for Span[src]
impl Debug for Span[src]
impl Eq for Span[src]
impl PartialEq<Span> for Span[src]
impl StructuralEq for Span[src]
impl StructuralPartialEq for Span[src]
Auto Trait Implementations
impl RefUnwindSafe for Span[src]
impl Send for Span[src]
impl Sync for Span[src]
impl Unpin for Span[src]
impl UnwindSafe for Span[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn trace_task<T: Into<u32>>(self, event: T) -> TraceSpawned<Self>ⓘNotable traits for TraceSpawned<T>
impl<T: Future> Future for TraceSpawned<T> type Output = T::Output;[src]
Notable traits for TraceSpawned<T>
impl<T: Future> Future for TraceSpawned<T> type Output = T::Output;fn trace_async<T: Into<u32>>(self, event: T) -> TraceWrapped<Self>ⓘNotable traits for TraceWrapped<T>
impl<T: Future> Future for TraceWrapped<T> type Output = T::Output;[src]
Notable traits for TraceWrapped<T>
impl<T: Future> Future for TraceWrapped<T> type Output = T::Output;fn future_trace_enable<T: Into<u32>>(self, event: T) -> TraceRootFuture<Self>ⓘNotable traits for TraceRootFuture<T>
impl<T: Future> Future for TraceRootFuture<T> type Output = (Vec<SpanSet>, T::Output);[src]
Notable traits for TraceRootFuture<T>
impl<T: Future> Future for TraceRootFuture<T> type Output = (Vec<SpanSet>, T::Output);fn future_trace_may_enable<T: Into<u32>>(
self,
enable: bool,
event: T
) -> MayTraceRootFuture<Self>ⓘ[src]
self,
enable: bool,
event: T
) -> MayTraceRootFuture<Self>ⓘ
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,