Struct vortex_common::types::Pair
source · Fields§
§price_denom: String§asset_denom: StringImplementations§
source§impl Pair
impl Pair
pub fn fill_bytes_from_price_denom(&self, bytes: &mut [u8])
pub fn fill_bytes_from_asset_denom(&self, bytes: &mut [u8])
Trait Implementations§
source§impl<'de> Deserialize<'de> for Pair
impl<'de> Deserialize<'de> for Pair
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 JsonSchema for Pair
impl JsonSchema for Pair
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§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 moresource§impl KeyDeserialize for Pair
impl KeyDeserialize for Pair
source§impl PartialEq<Pair> for Pair
impl PartialEq<Pair> for Pair
source§impl<'a> PrimaryKey<'a> for Pair
impl<'a> PrimaryKey<'a> for Pair
§type Prefix = ()
type Prefix = ()
These associated types need to implement
Prefixer, so that they can be useful arguments
for prefix(), sub_prefix(), and their key-deserializable variants.type SubPrefix = ()
§type Suffix = Pair
type Suffix = Pair
These associated types need to implement
KeyDeserialize, so that they can be returned from
range_de() and friends.