pub struct Quantiles { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for Quantiles
Auto Trait Implementations§
impl Freeze for Quantiles
impl RefUnwindSafe for Quantiles
impl Send for Quantiles
impl Sync for Quantiles
impl Unpin for Quantiles
impl UnwindSafe for Quantiles
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