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