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