pub enum PostUserUniversalTransferType {
Show 28 variants
MainC2c,
MainUmfuture,
MainCmfuture,
MainMargin,
MainMining,
C2cMain,
C2cUmfuture,
C2cMining,
C2cMargin,
UmfutureMain,
UmfutureC2c,
UmfutureMargin,
CmfutureMain,
CmfutureMargin,
MarginMain,
MarginUmfuture,
MarginCmfuture,
MarginMining,
MarginC2c,
MiningMain,
MiningUmfuture,
MiningC2c,
MiningMargin,
MainPay,
PayMain,
IsolatedmarginMargin,
MarginIsolatedmargin,
IsolatedmarginIsolatedmargin,
}
Expand description
PostUserUniversalTransferType
JSON schema
{
"examples": [
"MAIN_C2C"
],
"type": "string",
"enum": [
"MAIN_C2C",
"MAIN_UMFUTURE",
"MAIN_CMFUTURE",
"MAIN_MARGIN",
"MAIN_MINING",
"C2C_MAIN",
"C2C_UMFUTURE",
"C2C_MINING",
"C2C_MARGIN",
"UMFUTURE_MAIN",
"UMFUTURE_C2C",
"UMFUTURE_MARGIN",
"CMFUTURE_MAIN",
"CMFUTURE_MARGIN",
"MARGIN_MAIN",
"MARGIN_UMFUTURE",
"MARGIN_CMFUTURE",
"MARGIN_MINING",
"MARGIN_C2C",
"MINING_MAIN",
"MINING_UMFUTURE",
"MINING_C2C",
"MINING_MARGIN",
"MAIN_PAY",
"PAY_MAIN",
"ISOLATEDMARGIN_MARGIN",
"MARGIN_ISOLATEDMARGIN",
"ISOLATEDMARGIN_ISOLATEDMARGIN"
]
}
Variants§
MainC2c
MainUmfuture
MainCmfuture
MainMargin
MainMining
C2cMain
C2cUmfuture
C2cMining
C2cMargin
UmfutureMain
UmfutureC2c
UmfutureMargin
CmfutureMain
CmfutureMargin
MarginMain
MarginUmfuture
MarginCmfuture
MarginMining
MarginC2c
MiningMain
MiningUmfuture
MiningC2c
MiningMargin
MainPay
PayMain
IsolatedmarginMargin
MarginIsolatedmargin
IsolatedmarginIsolatedmargin
Trait Implementations§
Source§impl Clone for PostUserUniversalTransferType
impl Clone for PostUserUniversalTransferType
Source§fn clone(&self) -> PostUserUniversalTransferType
fn clone(&self) -> PostUserUniversalTransferType
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 PostUserUniversalTransferType
impl<'de> Deserialize<'de> for PostUserUniversalTransferType
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<&PostUserUniversalTransferType> for PostUserUniversalTransferType
impl From<&PostUserUniversalTransferType> for PostUserUniversalTransferType
Source§fn from(value: &PostUserUniversalTransferType) -> Self
fn from(value: &PostUserUniversalTransferType) -> Self
Converts to this type from the input type.
Source§impl Hash for PostUserUniversalTransferType
impl Hash for PostUserUniversalTransferType
Source§impl Ord for PostUserUniversalTransferType
impl Ord for PostUserUniversalTransferType
Source§fn cmp(&self, other: &PostUserUniversalTransferType) -> Ordering
fn cmp(&self, other: &PostUserUniversalTransferType) -> 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 PostUserUniversalTransferType
impl PartialEq for PostUserUniversalTransferType
Source§fn eq(&self, other: &PostUserUniversalTransferType) -> bool
fn eq(&self, other: &PostUserUniversalTransferType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for PostUserUniversalTransferType
impl PartialOrd for PostUserUniversalTransferType
Source§impl TryFrom<&String> for PostUserUniversalTransferType
impl TryFrom<&String> for PostUserUniversalTransferType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for PostUserUniversalTransferType
impl TryFrom<&str> for PostUserUniversalTransferType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for PostUserUniversalTransferType
impl TryFrom<String> for PostUserUniversalTransferType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for PostUserUniversalTransferType
impl Eq for PostUserUniversalTransferType
impl StructuralPartialEq for PostUserUniversalTransferType
Auto Trait Implementations§
impl Freeze for PostUserUniversalTransferType
impl RefUnwindSafe for PostUserUniversalTransferType
impl Send for PostUserUniversalTransferType
impl Sync for PostUserUniversalTransferType
impl Unpin for PostUserUniversalTransferType
impl UnwindSafe for PostUserUniversalTransferType
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.