pub enum InterpolationAlgorithms {
Lagrange,
Linear,
}
Variants§
Trait Implementations§
Source§impl Debug for InterpolationAlgorithms
impl Debug for InterpolationAlgorithms
Source§impl<'de> Deserialize<'de> for InterpolationAlgorithms
impl<'de> Deserialize<'de> for InterpolationAlgorithms
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InterpolationAlgorithms
impl PartialEq for InterpolationAlgorithms
Source§impl Serialize for InterpolationAlgorithms
impl Serialize for InterpolationAlgorithms
impl StructuralPartialEq for InterpolationAlgorithms
Auto Trait Implementations§
impl Freeze for InterpolationAlgorithms
impl RefUnwindSafe for InterpolationAlgorithms
impl Send for InterpolationAlgorithms
impl Sync for InterpolationAlgorithms
impl Unpin for InterpolationAlgorithms
impl UnwindSafe for InterpolationAlgorithms
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