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