pub struct RandomSamplingTrace;Expand description
Trace information for RandomSampling. Currently empty.
Trait Implementations§
Source§impl Clone for RandomSamplingTrace
impl Clone for RandomSamplingTrace
Source§fn clone(&self) -> RandomSamplingTrace
fn clone(&self) -> RandomSamplingTrace
Returns a copy 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 Debug for RandomSamplingTrace
impl Debug for RandomSamplingTrace
Source§impl Display for RandomSamplingTrace
impl Display for RandomSamplingTrace
impl Copy for RandomSamplingTrace
Auto Trait Implementations§
impl Freeze for RandomSamplingTrace
impl RefUnwindSafe for RandomSamplingTrace
impl Send for RandomSamplingTrace
impl Sync for RandomSamplingTrace
impl Unpin for RandomSamplingTrace
impl UnwindSafe for RandomSamplingTrace
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