pub struct DollarSampler { /* private fields */ }Expand description
sample by dollar traded
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DollarSampler
impl RefUnwindSafe for DollarSampler
impl Send for DollarSampler
impl Sync for DollarSampler
impl Unpin for DollarSampler
impl UnwindSafe for DollarSampler
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