pub struct Sampling(_);
Implementations§
Trait 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