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
impl Eq for InitType
impl StructuralPartialEq for InitType
Auto Trait Implementations§
impl Freeze for InitType
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