pub enum ProviderInterp1Extrapolation {
Nan,
Extrapolate,
Value,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderInterp1Extrapolation
impl Clone for ProviderInterp1Extrapolation
Source§fn clone(&self) -> ProviderInterp1Extrapolation
fn clone(&self) -> ProviderInterp1Extrapolation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProviderInterp1Extrapolation
Source§impl Debug for ProviderInterp1Extrapolation
impl Debug for ProviderInterp1Extrapolation
Source§impl<'de> Deserialize<'de> for ProviderInterp1Extrapolation
impl<'de> Deserialize<'de> for ProviderInterp1Extrapolation
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
impl Eq for ProviderInterp1Extrapolation
impl StructuralPartialEq for ProviderInterp1Extrapolation
Auto Trait Implementations§
impl Freeze for ProviderInterp1Extrapolation
impl RefUnwindSafe for ProviderInterp1Extrapolation
impl Send for ProviderInterp1Extrapolation
impl Sync for ProviderInterp1Extrapolation
impl Unpin for ProviderInterp1Extrapolation
impl UnsafeUnpin for ProviderInterp1Extrapolation
impl UnwindSafe for ProviderInterp1Extrapolation
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