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