pub struct BoundExecutionStream<R>where
R: DeviceRuntime,{ /* private fields */ }Trait Implementations§
Source§impl<R> Drop for BoundExecutionStream<R>where
R: DeviceRuntime,
impl<R> Drop for BoundExecutionStream<R>where
R: DeviceRuntime,
Auto Trait Implementations§
impl<R> !RefUnwindSafe for BoundExecutionStream<R>
impl<R> !UnwindSafe for BoundExecutionStream<R>
impl<R> Freeze for BoundExecutionStream<R>
impl<R> Send for BoundExecutionStream<R>
impl<R> Sync for BoundExecutionStream<R>
impl<R> Unpin for BoundExecutionStream<R>
impl<R> UnsafeUnpin for BoundExecutionStream<R>where
Arc<R>: UnsafeUnpin,
Option<<R as DeviceRuntime>::Stream>: UnsafeUnpin,
Arc<SequenceRecoveryRegistry<R>>: UnsafeUnpin,
Arc<AdmittedSequenceResources<R>>: UnsafeUnpin,
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