Struct diem_logger::sample::Sampling
source · pub struct Sampling { /* private fields */ }
Expand description
An internal struct that can be checked if a sample is ready for the
sample!
macro
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sampling
impl Send for Sampling
impl Sync for Sampling
impl Unpin for Sampling
impl UnwindSafe for Sampling
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