pub enum LambdaTemplate {
BasicHandler,
StreamingHandler,
BatchProcessor,
EventBridgeHandler,
CargoToml,
BuildScript,
SamTemplate,
CdkConstruct,
}Variants§
BasicHandler
StreamingHandler
BatchProcessor
EventBridgeHandler
CargoToml
BuildScript
SamTemplate
CdkConstruct
Trait Implementations§
Source§impl Clone for LambdaTemplate
impl Clone for LambdaTemplate
Source§fn clone(&self) -> LambdaTemplate
fn clone(&self) -> LambdaTemplate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LambdaTemplate
impl Debug for LambdaTemplate
Source§impl Hash for LambdaTemplate
impl Hash for LambdaTemplate
Source§impl PartialEq for LambdaTemplate
impl PartialEq for LambdaTemplate
impl Eq for LambdaTemplate
impl StructuralPartialEq for LambdaTemplate
Auto Trait Implementations§
impl Freeze for LambdaTemplate
impl RefUnwindSafe for LambdaTemplate
impl Send for LambdaTemplate
impl Sync for LambdaTemplate
impl Unpin for LambdaTemplate
impl UnwindSafe for LambdaTemplate
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