#[non_exhaustive]pub struct SourceDataColumnPropertiesBuilder { /* private fields */ }
Expand description
A builder for SourceDataColumnProperties
.
Implementations§
source§impl SourceDataColumnPropertiesBuilder
impl SourceDataColumnPropertiesBuilder
sourcepub fn column_index(self, input: i32) -> Self
pub fn column_index(self, input: i32) -> Self
The index of the column in the input file.
sourcepub fn set_column_index(self, input: Option<i32>) -> Self
pub fn set_column_index(self, input: Option<i32>) -> Self
The index of the column in the input file.
sourcepub fn get_column_index(&self) -> &Option<i32>
pub fn get_column_index(&self) -> &Option<i32>
The index of the column in the input file.
sourcepub fn build(self) -> SourceDataColumnProperties
pub fn build(self) -> SourceDataColumnProperties
Consumes the builder and constructs a SourceDataColumnProperties
.
Trait Implementations§
source§impl Clone for SourceDataColumnPropertiesBuilder
impl Clone for SourceDataColumnPropertiesBuilder
source§fn clone(&self) -> SourceDataColumnPropertiesBuilder
fn clone(&self) -> SourceDataColumnPropertiesBuilder
Returns a copy 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 Default for SourceDataColumnPropertiesBuilder
impl Default for SourceDataColumnPropertiesBuilder
source§fn default() -> SourceDataColumnPropertiesBuilder
fn default() -> SourceDataColumnPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SourceDataColumnPropertiesBuilder
impl PartialEq for SourceDataColumnPropertiesBuilder
source§fn eq(&self, other: &SourceDataColumnPropertiesBuilder) -> bool
fn eq(&self, other: &SourceDataColumnPropertiesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SourceDataColumnPropertiesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SourceDataColumnPropertiesBuilder
impl Send for SourceDataColumnPropertiesBuilder
impl Sync for SourceDataColumnPropertiesBuilder
impl Unpin for SourceDataColumnPropertiesBuilder
impl UnwindSafe for SourceDataColumnPropertiesBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.