pub struct StreamingExec<Path, Args>(pub PhantomData<(Path, Args)>);Tuple Fields§
§0: PhantomData<(Path, Args)>Auto Trait Implementations§
impl<Path, Args> Freeze for StreamingExec<Path, Args>
impl<Path, Args> RefUnwindSafe for StreamingExec<Path, Args>where
Path: RefUnwindSafe,
Args: RefUnwindSafe,
impl<Path, Args> Send for StreamingExec<Path, Args>
impl<Path, Args> Sync for StreamingExec<Path, Args>
impl<Path, Args> Unpin for StreamingExec<Path, Args>
impl<Path, Args> UnwindSafe for StreamingExec<Path, Args>where
Path: UnwindSafe,
Args: UnwindSafe,
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