Struct vortex_common::types::Pair
source · [−]Fields
price_denom: Stringasset_denom: StringImplementations
sourceimpl 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
sourceimpl<'de> Deserialize<'de> for Pair
impl<'de> Deserialize<'de> for Pair
sourcefn 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
sourceimpl JsonSchema for Pair
impl JsonSchema for Pair
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn 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
sourceimpl KeyDeserialize for Pair
impl KeyDeserialize for Pair
sourceimpl<'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. Read more
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. Read more
type SuperSuffix = Pair
fn joined_key(&self) -> Vec<u8, Global>
fn joined_extra_key(&self, key: &[u8]) -> Vec<u8, Global>
impl Eq for Pair
impl StructuralEq for Pair
impl StructuralPartialEq for Pair
Auto Trait Implementations
impl RefUnwindSafe for Pair
impl Send for Pair
impl Sync for Pair
impl Unpin for Pair
impl UnwindSafe for Pair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more