pub enum Interp1dMethod {
Linear,
CubicSpline,
Pchip,
Akima,
}Expand description
Interpolation method selector for interp1d.
Variants§
Auto Trait Implementations§
impl Freeze for Interp1dMethod
impl RefUnwindSafe for Interp1dMethod
impl Send for Interp1dMethod
impl Sync for Interp1dMethod
impl Unpin for Interp1dMethod
impl UnsafeUnpin for Interp1dMethod
impl UnwindSafe for Interp1dMethod
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