pub struct PriceCollateralInUsd(/* private fields */);
Expand description
PriceBaseInQuote converted to USD
Implementations§
§impl PriceCollateralInUsd
impl PriceCollateralInUsd
pub fn try_from_number(
raw: Signed<Decimal256>
) -> Result<PriceCollateralInUsd, Error>
pub fn try_from_number( raw: Signed<Decimal256> ) -> Result<PriceCollateralInUsd, Error>
Try to convert from a signed decimal.
pub fn from_non_zero(raw: NonZero<Decimal256>) -> PriceCollateralInUsd
pub fn from_non_zero(raw: NonZero<Decimal256>) -> PriceCollateralInUsd
Convert from a non-zero decimal.
pub fn one() -> PriceCollateralInUsd
pub fn one() -> PriceCollateralInUsd
The price point of 1
pub fn into_number(&self) -> Signed<Decimal256>
pub fn into_number(&self) -> Signed<Decimal256>
Convert into a signed decimal
Trait Implementations§
§impl Clone for PriceCollateralInUsd
impl Clone for PriceCollateralInUsd
§fn clone(&self) -> PriceCollateralInUsd
fn clone(&self) -> PriceCollateralInUsd
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 PriceCollateralInUsd
impl Debug for PriceCollateralInUsd
§impl<'de> Deserialize<'de> for PriceCollateralInUsd
impl<'de> Deserialize<'de> for PriceCollateralInUsd
§fn deserialize<__D>(
__deserializer: __D
) -> Result<PriceCollateralInUsd, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<PriceCollateralInUsd, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for PriceCollateralInUsd
impl Display for PriceCollateralInUsd
§impl FromStr for PriceCollateralInUsd
impl FromStr for PriceCollateralInUsd
§impl JsonSchema for PriceCollateralInUsd
impl JsonSchema for PriceCollateralInUsd
§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 PriceCollateralInUsd
impl PartialEq for PriceCollateralInUsd
§fn eq(&self, other: &PriceCollateralInUsd) -> bool
fn eq(&self, other: &PriceCollateralInUsd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for PriceCollateralInUsd
impl Serialize for PriceCollateralInUsd
§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 TryFrom<Price> for PriceCollateralInUsd
impl TryFrom<Price> for PriceCollateralInUsd
§fn try_from(
value: Price
) -> Result<PriceCollateralInUsd, <PriceCollateralInUsd as TryFrom<Price>>::Error>
fn try_from( value: Price ) -> Result<PriceCollateralInUsd, <PriceCollateralInUsd as TryFrom<Price>>::Error>
Performs the conversion.
impl Copy for PriceCollateralInUsd
impl Eq for PriceCollateralInUsd
impl StructuralEq for PriceCollateralInUsd
impl StructuralPartialEq for PriceCollateralInUsd
Auto Trait Implementations§
impl RefUnwindSafe for PriceCollateralInUsd
impl Send for PriceCollateralInUsd
impl Sync for PriceCollateralInUsd
impl Unpin for PriceCollateralInUsd
impl UnwindSafe for PriceCollateralInUsd
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