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