pub enum GapFillMethod {
Forward,
None,
}Expand description
Gap fill method for missing data
Variants§
Trait Implementations§
Source§impl Clone for GapFillMethod
impl Clone for GapFillMethod
Source§fn clone(&self) -> GapFillMethod
fn clone(&self) -> GapFillMethod
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 moreSource§impl Debug for GapFillMethod
impl Debug for GapFillMethod
Source§impl PartialEq for GapFillMethod
impl PartialEq for GapFillMethod
Source§fn eq(&self, other: &GapFillMethod) -> bool
fn eq(&self, other: &GapFillMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GapFillMethod
impl StructuralPartialEq for GapFillMethod
Auto Trait Implementations§
impl Freeze for GapFillMethod
impl RefUnwindSafe for GapFillMethod
impl Send for GapFillMethod
impl Sync for GapFillMethod
impl Unpin for GapFillMethod
impl UnsafeUnpin for GapFillMethod
impl UnwindSafe for GapFillMethod
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