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
sourceimpl<'de> Deserialize<'de> for InitType
impl<'de> Deserialize<'de> for InitType
sourcefn 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
impl Eq for InitType
impl StructuralEq 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more