pub struct FrameFlowTracer<T: FrameFlowSpec> { /* private fields */ }
Expand description
It records time automatically.
Implementations§
Source§impl<T: FrameFlowSpec> FrameFlowTracer<T>
impl<T: FrameFlowSpec> FrameFlowTracer<T>
Methods from Deref<Target = Tracer<FrameFlowState<T>>>§
Sourcepub fn description(&self) -> &Description
pub fn description(&self) -> &Description
Returns a reference to a Description
of the Tracer
.
Trait Implementations§
Source§impl<T: Clone + FrameFlowSpec> Clone for FrameFlowTracer<T>
impl<T: Clone + FrameFlowSpec> Clone for FrameFlowTracer<T>
Source§fn clone(&self) -> FrameFlowTracer<T>
fn clone(&self) -> FrameFlowTracer<T>
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<T: Debug + FrameFlowSpec> Debug for FrameFlowTracer<T>
impl<T: Debug + FrameFlowSpec> Debug for FrameFlowTracer<T>
Source§impl<T: FrameFlowSpec> Deref for FrameFlowTracer<T>
impl<T: FrameFlowSpec> Deref for FrameFlowTracer<T>
Source§impl<T: FrameFlowSpec> DerefMut for FrameFlowTracer<T>
impl<T: FrameFlowSpec> DerefMut for FrameFlowTracer<T>
Auto Trait Implementations§
impl<T> Freeze for FrameFlowTracer<T>
impl<T> !RefUnwindSafe for FrameFlowTracer<T>
impl<T> Send for FrameFlowTracer<T>
impl<T> Sync for FrameFlowTracer<T>
impl<T> Unpin for FrameFlowTracer<T>
impl<T> !UnwindSafe for FrameFlowTracer<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