Enum lambda_extension::InitType
source · pub enum InitType {
OnDemand,
ProvisionedConcurrency,
SnapStart,
}
Expand description
Type of Initialization
Variants§
OnDemand
Initialised on demand
ProvisionedConcurrency
Initialized to meet the provisioned concurrency
SnapStart
SnapStart
Trait Implementations§
source§impl<'de> Deserialize<'de> for InitType
impl<'de> Deserialize<'de> for InitType
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 InitType
impl PartialEq for InitType
impl Eq for InitType
impl StructuralPartialEq for InitType
Auto Trait Implementations§
impl RefUnwindSafe for InitType
impl Send for InitType
impl Sync for InitType
impl Unpin for InitType
impl UnwindSafe for InitType
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