pub struct StatFlowTracer<T: StatFlowSpec> { /* private fields */ }
Implementations§
Source§impl<T: StatFlowSpec> StatFlowTracer<T>
impl<T: StatFlowSpec> StatFlowTracer<T>
Methods from Deref<Target = Tracer<StatFlowState<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 + StatFlowSpec> Clone for StatFlowTracer<T>
impl<T: Clone + StatFlowSpec> Clone for StatFlowTracer<T>
Source§fn clone(&self) -> StatFlowTracer<T>
fn clone(&self) -> StatFlowTracer<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 + StatFlowSpec> Debug for StatFlowTracer<T>
impl<T: Debug + StatFlowSpec> Debug for StatFlowTracer<T>
Source§impl<T: StatFlowSpec> Deref for StatFlowTracer<T>
impl<T: StatFlowSpec> Deref for StatFlowTracer<T>
Source§impl<T: StatFlowSpec> DerefMut for StatFlowTracer<T>
impl<T: StatFlowSpec> DerefMut for StatFlowTracer<T>
Auto Trait Implementations§
impl<T> Freeze for StatFlowTracer<T>
impl<T> !RefUnwindSafe for StatFlowTracer<T>
impl<T> Send for StatFlowTracer<T>
impl<T> Sync for StatFlowTracer<T>
impl<T> Unpin for StatFlowTracer<T>
impl<T> !UnwindSafe for StatFlowTracer<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