pub enum LambdaRuntime {
ProvidedAl2,
ProvidedAl2023,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Clone for LambdaRuntime
impl Clone for LambdaRuntime
Source§fn clone(&self) -> LambdaRuntime
fn clone(&self) -> LambdaRuntime
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 LambdaRuntime
impl Debug for LambdaRuntime
Source§impl<'de> Deserialize<'de> for LambdaRuntime
impl<'de> Deserialize<'de> for LambdaRuntime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LambdaRuntime
impl PartialEq for LambdaRuntime
Source§impl Serialize for LambdaRuntime
impl Serialize for LambdaRuntime
impl Eq for LambdaRuntime
impl StructuralPartialEq for LambdaRuntime
Auto Trait Implementations§
impl Freeze for LambdaRuntime
impl RefUnwindSafe for LambdaRuntime
impl Send for LambdaRuntime
impl Sync for LambdaRuntime
impl Unpin for LambdaRuntime
impl UnwindSafe for LambdaRuntime
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