Enum GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
pub enum GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType {
Buy,
Convert,
Sell,
Unspecified,
}Expand description
GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
JSON schema
{
"type": "string",
"enum": [
"buy",
"convert",
"sell",
"unspecified"
]
}Variants§
Trait Implementations§
Source§impl Clone for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Clone for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§fn clone(
&self,
) -> GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
fn clone( &self, ) -> GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§impl Debug for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Debug for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§impl<'de> Deserialize<'de> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl<'de> Deserialize<'de> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
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 Display for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Display for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Eq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§impl From<&GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl From<&GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§fn from(
value: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType,
) -> Self
fn from( value: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType, ) -> Self
Converts to this type from the input type.
Source§impl FromStr for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl FromStr for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§impl Hash for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Hash for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§impl Ord for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Ord for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§fn cmp(
&self,
other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType,
) -> Ordering
fn cmp( &self, other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType, ) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl PartialEq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§fn eq(
&self,
other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType,
) -> bool
fn eq( &self, other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl PartialOrd for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§fn partial_cmp(
&self,
other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType,
) -> Option<Ordering>
fn partial_cmp( &self, other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType, ) -> Option<Ordering>
Source§impl Serialize for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Serialize for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl StructuralPartialEq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§impl TryFrom<&String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl TryFrom<&String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl TryFrom<&str> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl TryFrom<String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl RefUnwindSafe for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Send for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Sync for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl Unpin for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl UnsafeUnpin for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
impl UnwindSafe for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemDetailsVariant0TradeType
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