pub enum MarketType {
CollateralIsQuote,
CollateralIsBase,
}
Expand description
Whether the collateral asset is the same as the quote or base asset.
Variants§
CollateralIsQuote
A market where the collateral is the quote asset
CollateralIsBase
A market where the collateral is the base asset
Trait Implementations§
§impl Clone for MarketType
impl Clone for MarketType
§fn clone(&self) -> MarketType
fn clone(&self) -> MarketType
Returns a copy 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 more§impl Debug for MarketType
impl Debug for MarketType
§impl<'de> Deserialize<'de> for MarketType
impl<'de> Deserialize<'de> for MarketType
§fn deserialize<__D>(
__deserializer: __D
) -> Result<MarketType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<MarketType, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Hash for MarketType
impl Hash for MarketType
§impl JsonSchema for MarketType
impl JsonSchema for MarketType
§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read more§impl PartialEq for MarketType
impl PartialEq for MarketType
§fn eq(&self, other: &MarketType) -> bool
fn eq(&self, other: &MarketType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for MarketType
impl Serialize for MarketType
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for MarketType
impl Eq for MarketType
impl StructuralEq for MarketType
impl StructuralPartialEq for MarketType
Auto Trait Implementations§
impl RefUnwindSafe for MarketType
impl Send for MarketType
impl Sync for MarketType
impl Unpin for MarketType
impl UnwindSafe for MarketType
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moresource§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
§impl<T> QueryResultExt for Twhere
T: Serialize,
impl<T> QueryResultExt for Twhere T: Serialize,
§fn query_result(&self) -> Result<Binary, Error>
fn query_result(&self) -> Result<Binary, Error>
Convert the value to its JSON representation