pub struct RuntimeEffectReplayTrace { /* private fields */ }Expand description
Extended-trace capability for replay-validation diagnostics.
Construction returns None unless both sides of the FIG-523 gate are
present: extended trace level and a configured sink.
Trait Implementations§
Source§impl Clone for RuntimeEffectReplayTrace
impl Clone for RuntimeEffectReplayTrace
Source§fn clone(&self) -> RuntimeEffectReplayTrace
fn clone(&self) -> RuntimeEffectReplayTrace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for RuntimeEffectReplayTrace
impl !UnwindSafe for RuntimeEffectReplayTrace
impl Freeze for RuntimeEffectReplayTrace
impl Send for RuntimeEffectReplayTrace
impl Sync for RuntimeEffectReplayTrace
impl Unpin for RuntimeEffectReplayTrace
impl UnsafeUnpin for RuntimeEffectReplayTrace
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