pub enum GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass {
Currency,
}Expand description
GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
JSON schema
{
"type": "string",
"enum": [
"currency"
]
}Variants§
Currency
Trait Implementations§
Source§impl Clone for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Clone for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§fn clone(
&self,
) -> GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
fn clone( &self, ) -> GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
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 GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§impl Debug for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Debug for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§impl<'de> Deserialize<'de> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl<'de> Deserialize<'de> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
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 GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Display for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Eq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§impl From<&GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl From<&GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§fn from(
value: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass,
) -> Self
fn from( value: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass, ) -> Self
Converts to this type from the input type.
Source§impl FromStr for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl FromStr for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§impl Hash for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Hash for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§impl Ord for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Ord for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§fn cmp(
&self,
other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass,
) -> Ordering
fn cmp( &self, other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass, ) -> 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 GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl PartialEq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§fn eq(
&self,
other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass,
) -> bool
fn eq( &self, other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl PartialOrd for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§fn partial_cmp(
&self,
other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass,
) -> Option<Ordering>
fn partial_cmp( &self, other: &GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass, ) -> Option<Ordering>
Source§impl Serialize for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Serialize for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl StructuralPartialEq for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§impl TryFrom<&String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl TryFrom<&String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl TryFrom<&str> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl TryFrom<String> for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl RefUnwindSafe for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Send for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Sync for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl Unpin for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl UnsafeUnpin for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
impl UnwindSafe for GetMasterAccountPortfolioTransactionsResponseResultTransactionsItemSpendTotalAssetClass
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