pub struct ConfigInferenceOptions {
pub allow_infer: bool,
pub write_schema: bool,
pub force_write_schema: bool,
pub validate: bool,
}Fields§
§allow_infer: bool§write_schema: bool§force_write_schema: bool§validate: boolTrait Implementations§
Source§impl Clone for ConfigInferenceOptions
impl Clone for ConfigInferenceOptions
Source§fn clone(&self) -> ConfigInferenceOptions
fn clone(&self) -> ConfigInferenceOptions
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 moreSource§impl Debug for ConfigInferenceOptions
impl Debug for ConfigInferenceOptions
Auto Trait Implementations§
impl Freeze for ConfigInferenceOptions
impl RefUnwindSafe for ConfigInferenceOptions
impl Send for ConfigInferenceOptions
impl Sync for ConfigInferenceOptions
impl Unpin for ConfigInferenceOptions
impl UnwindSafe for ConfigInferenceOptions
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