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