pub struct Percentiles<A>(/* private fields */)
where
A: Float;
Expand description
A “view” into the percentiles of a sample
Implementations§
Source§impl<A> Percentiles<A>
impl<A> Percentiles<A>
Auto Trait Implementations§
impl<A> Freeze for Percentiles<A>
impl<A> RefUnwindSafe for Percentiles<A>where
A: RefUnwindSafe,
impl<A> Send for Percentiles<A>
impl<A> Sync for Percentiles<A>
impl<A> Unpin for Percentiles<A>
impl<A> UnwindSafe for Percentiles<A>where
A: UnwindSafe,
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