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