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