pub struct TextLineReaderV2 { /* private fields */ }
Expand description
Builder for the TextLineReaderV2
operation.
Implementations§
Source§impl TextLineReaderV2
impl TextLineReaderV2
Sourcepub fn skip_header_lines<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn skip_header_lines<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the skip_header_lines
attribute.
Sourcepub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the container
attribute.
Sets the shared_name
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for TextLineReaderV2
impl Debug for TextLineReaderV2
Source§impl Default for TextLineReaderV2
impl Default for TextLineReaderV2
Source§fn default() -> TextLineReaderV2
fn default() -> TextLineReaderV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextLineReaderV2
impl RefUnwindSafe for TextLineReaderV2
impl Send for TextLineReaderV2
impl Sync for TextLineReaderV2
impl Unpin for TextLineReaderV2
impl UnwindSafe for TextLineReaderV2
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