pub enum DataRecordConversion {
LowercaseKeys,
}Expand description
Transformation options for extracted records.
Variants§
LowercaseKeys
Convert all field names to lowercase.
Trait Implementations§
Source§impl Clone for DataRecordConversion
impl Clone for DataRecordConversion
Source§fn clone(&self) -> DataRecordConversion
fn clone(&self) -> DataRecordConversion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DataRecordConversion
impl RefUnwindSafe for DataRecordConversion
impl Send for DataRecordConversion
impl Sync for DataRecordConversion
impl Unpin for DataRecordConversion
impl UnwindSafe for DataRecordConversion
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