pub struct UDDSketch {}
Auto Trait Implementations§
impl Freeze for UDDSketch
impl RefUnwindSafe for UDDSketch
impl Send for UDDSketch
impl Sync for UDDSketch
impl Unpin for UDDSketch
impl UnwindSafe for UDDSketch
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