pub enum ExtrapolationStrategy {
None,
Constant,
ExtendSpline,
}
Expand description
Enum to define the extrapolation strategy
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtrapolationStrategy
impl RefUnwindSafe for ExtrapolationStrategy
impl Send for ExtrapolationStrategy
impl Sync for ExtrapolationStrategy
impl Unpin for ExtrapolationStrategy
impl UnwindSafe for ExtrapolationStrategy
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