pub enum GetScreenerMarketType {
Spot,
Margin,
}Expand description
GetScreenerMarketType
JSON schema
{
"type": "string",
"enum": [
"SPOT",
"MARGIN"
],
"minLength": 1
}Variants§
Trait Implementations§
Source§impl Clone for GetScreenerMarketType
impl Clone for GetScreenerMarketType
Source§fn clone(&self) -> GetScreenerMarketType
fn clone(&self) -> GetScreenerMarketType
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 GetScreenerMarketType
Source§impl Debug for GetScreenerMarketType
impl Debug for GetScreenerMarketType
Source§impl<'de> Deserialize<'de> for GetScreenerMarketType
impl<'de> Deserialize<'de> for GetScreenerMarketType
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 GetScreenerMarketType
impl Display for GetScreenerMarketType
impl Eq for GetScreenerMarketType
Source§impl FromStr for GetScreenerMarketType
impl FromStr for GetScreenerMarketType
Source§impl Hash for GetScreenerMarketType
impl Hash for GetScreenerMarketType
Source§impl Ord for GetScreenerMarketType
impl Ord for GetScreenerMarketType
Source§fn cmp(&self, other: &GetScreenerMarketType) -> Ordering
fn cmp(&self, other: &GetScreenerMarketType) -> 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 GetScreenerMarketType
impl PartialEq for GetScreenerMarketType
Source§impl PartialOrd for GetScreenerMarketType
impl PartialOrd for GetScreenerMarketType
Source§impl Serialize for GetScreenerMarketType
impl Serialize for GetScreenerMarketType
impl StructuralPartialEq for GetScreenerMarketType
Source§impl TryFrom<&String> for GetScreenerMarketType
impl TryFrom<&String> for GetScreenerMarketType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for GetScreenerMarketType
impl TryFrom<&str> for GetScreenerMarketType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for GetScreenerMarketType
impl TryFrom<String> for GetScreenerMarketType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for GetScreenerMarketType
impl RefUnwindSafe for GetScreenerMarketType
impl Send for GetScreenerMarketType
impl Sync for GetScreenerMarketType
impl Unpin for GetScreenerMarketType
impl UnsafeUnpin for GetScreenerMarketType
impl UnwindSafe for GetScreenerMarketType
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