pub struct TextLineReader { /* private fields */ }
Expand description
Builder for the TextLineReader
operation.
Implementations§
Source§impl TextLineReader
impl TextLineReader
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 TextLineReader
impl Debug for TextLineReader
Source§impl Default for TextLineReader
impl Default for TextLineReader
Source§fn default() -> TextLineReader
fn default() -> TextLineReader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextLineReader
impl RefUnwindSafe for TextLineReader
impl Send for TextLineReader
impl Sync for TextLineReader
impl Unpin for TextLineReader
impl UnwindSafe for TextLineReader
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