pub struct PublicGetIndexPriceNamesResponse {
pub future_combo_creation_enabled: Option<bool>,
pub name: String,
pub option_combo_creation_enabled: Option<bool>,
}Fields§
§future_combo_creation_enabled: Option<bool>§name: String§option_combo_creation_enabled: Option<bool>Trait Implementations§
Source§impl Clone for PublicGetIndexPriceNamesResponse
impl Clone for PublicGetIndexPriceNamesResponse
Source§fn clone(&self) -> PublicGetIndexPriceNamesResponse
fn clone(&self) -> PublicGetIndexPriceNamesResponse
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 PublicGetIndexPriceNamesResponse
impl Default for PublicGetIndexPriceNamesResponse
Source§fn default() -> PublicGetIndexPriceNamesResponse
fn default() -> PublicGetIndexPriceNamesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicGetIndexPriceNamesResponse
impl<'de> Deserialize<'de> for PublicGetIndexPriceNamesResponse
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 PublicGetIndexPriceNamesResponse
impl PartialEq for PublicGetIndexPriceNamesResponse
Source§fn eq(&self, other: &PublicGetIndexPriceNamesResponse) -> bool
fn eq(&self, other: &PublicGetIndexPriceNamesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublicGetIndexPriceNamesResponse
Auto Trait Implementations§
impl Freeze for PublicGetIndexPriceNamesResponse
impl RefUnwindSafe for PublicGetIndexPriceNamesResponse
impl Send for PublicGetIndexPriceNamesResponse
impl Sync for PublicGetIndexPriceNamesResponse
impl Unpin for PublicGetIndexPriceNamesResponse
impl UnwindSafe for PublicGetIndexPriceNamesResponse
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