pub enum AssetConvertTransferQueryByPageAccountType {
Main,
Card,
}Expand description
AssetConvertTransferQueryByPageAccountType
JSON schema
{
"type": "string",
"enum": [
"MAIN",
"CARD"
]
}Variants§
Trait Implementations§
Source§impl Clone for AssetConvertTransferQueryByPageAccountType
impl Clone for AssetConvertTransferQueryByPageAccountType
Source§fn clone(&self) -> AssetConvertTransferQueryByPageAccountType
fn clone(&self) -> AssetConvertTransferQueryByPageAccountType
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<'de> Deserialize<'de> for AssetConvertTransferQueryByPageAccountType
impl<'de> Deserialize<'de> for AssetConvertTransferQueryByPageAccountType
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 From<&AssetConvertTransferQueryByPageAccountType> for AssetConvertTransferQueryByPageAccountType
impl From<&AssetConvertTransferQueryByPageAccountType> for AssetConvertTransferQueryByPageAccountType
Source§fn from(value: &AssetConvertTransferQueryByPageAccountType) -> Self
fn from(value: &AssetConvertTransferQueryByPageAccountType) -> Self
Converts to this type from the input type.
Source§impl Ord for AssetConvertTransferQueryByPageAccountType
impl Ord for AssetConvertTransferQueryByPageAccountType
Source§fn cmp(&self, other: &AssetConvertTransferQueryByPageAccountType) -> Ordering
fn cmp(&self, other: &AssetConvertTransferQueryByPageAccountType) -> Ordering
1.21.0 · 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 AssetConvertTransferQueryByPageAccountType
impl PartialEq for AssetConvertTransferQueryByPageAccountType
Source§fn eq(&self, other: &AssetConvertTransferQueryByPageAccountType) -> bool
fn eq(&self, other: &AssetConvertTransferQueryByPageAccountType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AssetConvertTransferQueryByPageAccountType
impl PartialOrd for AssetConvertTransferQueryByPageAccountType
Source§impl TryFrom<&String> for AssetConvertTransferQueryByPageAccountType
impl TryFrom<&String> for AssetConvertTransferQueryByPageAccountType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for AssetConvertTransferQueryByPageAccountType
impl TryFrom<&str> for AssetConvertTransferQueryByPageAccountType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for AssetConvertTransferQueryByPageAccountType
impl TryFrom<String> for AssetConvertTransferQueryByPageAccountType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for AssetConvertTransferQueryByPageAccountType
impl Eq for AssetConvertTransferQueryByPageAccountType
impl StructuralPartialEq for AssetConvertTransferQueryByPageAccountType
Auto Trait Implementations§
impl Freeze for AssetConvertTransferQueryByPageAccountType
impl RefUnwindSafe for AssetConvertTransferQueryByPageAccountType
impl Send for AssetConvertTransferQueryByPageAccountType
impl Sync for AssetConvertTransferQueryByPageAccountType
impl Unpin for AssetConvertTransferQueryByPageAccountType
impl UnwindSafe for AssetConvertTransferQueryByPageAccountType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.