pub struct LaunchTemplateInstanceMarketOptionsRequest {
pub market_type: Option<String>,
pub spot_options: Option<LaunchTemplateSpotMarketOptionsRequest>,
}Expand description
The market (purchasing) option for the instances.
Fields§
§market_type: Option<String>The market type.
spot_options: Option<LaunchTemplateSpotMarketOptionsRequest>The options for Spot Instances.
Trait Implementations§
Source§impl Clone for LaunchTemplateInstanceMarketOptionsRequest
impl Clone for LaunchTemplateInstanceMarketOptionsRequest
Source§fn clone(&self) -> LaunchTemplateInstanceMarketOptionsRequest
fn clone(&self) -> LaunchTemplateInstanceMarketOptionsRequest
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 Default for LaunchTemplateInstanceMarketOptionsRequest
impl Default for LaunchTemplateInstanceMarketOptionsRequest
Source§fn default() -> LaunchTemplateInstanceMarketOptionsRequest
fn default() -> LaunchTemplateInstanceMarketOptionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for LaunchTemplateInstanceMarketOptionsRequest
impl PartialEq for LaunchTemplateInstanceMarketOptionsRequest
Source§fn eq(&self, other: &LaunchTemplateInstanceMarketOptionsRequest) -> bool
fn eq(&self, other: &LaunchTemplateInstanceMarketOptionsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LaunchTemplateInstanceMarketOptionsRequest
Auto Trait Implementations§
impl Freeze for LaunchTemplateInstanceMarketOptionsRequest
impl RefUnwindSafe for LaunchTemplateInstanceMarketOptionsRequest
impl Send for LaunchTemplateInstanceMarketOptionsRequest
impl Sync for LaunchTemplateInstanceMarketOptionsRequest
impl Unpin for LaunchTemplateInstanceMarketOptionsRequest
impl UnwindSafe for LaunchTemplateInstanceMarketOptionsRequest
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