pub struct CargoLambdaExecutor;Trait Implementations§
Source§impl Debug for CargoLambdaExecutor
impl Debug for CargoLambdaExecutor
Source§impl Default for CargoLambdaExecutor
impl Default for CargoLambdaExecutor
Source§fn default() -> CargoLambdaExecutor
fn default() -> CargoLambdaExecutor
Returns the “default value” for a type. Read more
Source§impl Executor for CargoLambdaExecutor
impl Executor for CargoLambdaExecutor
fn execute<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
job: &'life1 JobDefinition,
ctx: &'life2 ExecutionContext,
) -> Pin<Box<dyn Future<Output = Result<ExecutionResult, ExecutionError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for CargoLambdaExecutor
impl RefUnwindSafe for CargoLambdaExecutor
impl Send for CargoLambdaExecutor
impl Sync for CargoLambdaExecutor
impl Unpin for CargoLambdaExecutor
impl UnsafeUnpin for CargoLambdaExecutor
impl UnwindSafe for CargoLambdaExecutor
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