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