pub struct InstanceMarketOptionsRequest {
pub SpotOptions: SpotMarketOptions,
pub MarketType: String,
}
Expand description
实例市场相关选项
Fields§
§SpotOptions: SpotMarketOptions
竞价相关选项
MarketType: String
市场选项类型,当前只支持取值:spot
Trait Implementations§
Source§impl Clone for InstanceMarketOptionsRequest
impl Clone for InstanceMarketOptionsRequest
Source§fn clone(&self) -> InstanceMarketOptionsRequest
fn clone(&self) -> InstanceMarketOptionsRequest
Returns a copy 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 InstanceMarketOptionsRequest
impl Debug for InstanceMarketOptionsRequest
Source§impl<'de> Deserialize<'de> for InstanceMarketOptionsRequest
impl<'de> Deserialize<'de> for InstanceMarketOptionsRequest
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
Auto Trait Implementations§
impl Freeze for InstanceMarketOptionsRequest
impl RefUnwindSafe for InstanceMarketOptionsRequest
impl Send for InstanceMarketOptionsRequest
impl Sync for InstanceMarketOptionsRequest
impl Unpin for InstanceMarketOptionsRequest
impl UnwindSafe for InstanceMarketOptionsRequest
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