pub struct UnitRoutine;Trait Implementations§
Source§impl Clone for UnitRoutine
impl Clone for UnitRoutine
Source§impl Debug for UnitRoutine
impl Debug for UnitRoutine
Source§impl Routine for UnitRoutine
impl Routine for UnitRoutine
type Strategy = UnitStrategy
type Blueprint = UnitReduceBlueprint
fn prepare<R: Runtime>( &self, client: &ComputeClient<R>, problem: ReduceProblem, settings: ReduceVectorSettings, strategy: BlueprintStrategy<Self>, ) -> Result<(ReduceBlueprint, ReduceLaunchSettings), ReduceError>
Auto Trait Implementations§
impl Freeze for UnitRoutine
impl RefUnwindSafe for UnitRoutine
impl Send for UnitRoutine
impl Sync for UnitRoutine
impl Unpin for UnitRoutine
impl UnsafeUnpin for UnitRoutine
impl UnwindSafe for UnitRoutine
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