pub enum FieldFill {
Zeros,
}Expand description
How to fill fields missing from the source cloud.
Variants§
Zeros
Fill numeric columns with zeros.
Trait Implementations§
impl Copy for FieldFill
impl Eq for FieldFill
impl StructuralPartialEq for FieldFill
Auto Trait Implementations§
impl Freeze for FieldFill
impl RefUnwindSafe for FieldFill
impl Send for FieldFill
impl Sync for FieldFill
impl Unpin for FieldFill
impl UnsafeUnpin for FieldFill
impl UnwindSafe for FieldFill
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