pub struct Silverman;
Expand description
Silverman’s rule for bandwidth selection.
Trait Implementations
impl Copy for Silverman
Auto Trait Implementations
impl RefUnwindSafe for Silverman
impl Send for Silverman
impl Sync for Silverman
impl Unpin for Silverman
impl UnwindSafe for Silverman
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more