pub enum ProviderInterp1Method {
Linear,
Nearest,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderInterp1Method
impl Clone for ProviderInterp1Method
Source§fn clone(&self) -> ProviderInterp1Method
fn clone(&self) -> ProviderInterp1Method
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 ProviderInterp1Method
Source§impl Debug for ProviderInterp1Method
impl Debug for ProviderInterp1Method
Source§impl<'de> Deserialize<'de> for ProviderInterp1Method
impl<'de> Deserialize<'de> for ProviderInterp1Method
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 ProviderInterp1Method
Source§impl PartialEq for ProviderInterp1Method
impl PartialEq for ProviderInterp1Method
Source§impl Serialize for ProviderInterp1Method
impl Serialize for ProviderInterp1Method
impl StructuralPartialEq for ProviderInterp1Method
Auto Trait Implementations§
impl Freeze for ProviderInterp1Method
impl RefUnwindSafe for ProviderInterp1Method
impl Send for ProviderInterp1Method
impl Sync for ProviderInterp1Method
impl Unpin for ProviderInterp1Method
impl UnsafeUnpin for ProviderInterp1Method
impl UnwindSafe for ProviderInterp1Method
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