Struct swapkit_rs::AssetPrice
source · pub struct AssetPrice { /* private fields */ }Implementations§
source§impl AssetPrice
impl AssetPrice
pub const fn get_asset_amount(&self) -> Decimal
pub const fn get_base_amount(&self) -> Decimal
pub const fn get_decimal(&self) -> Decimal
Trait Implementations§
source§impl Clone for AssetPrice
impl Clone for AssetPrice
source§fn clone(&self) -> AssetPrice
fn clone(&self) -> AssetPrice
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 moresource§impl Debug for AssetPrice
impl Debug for AssetPrice
source§impl<'de> Deserialize<'de> for AssetPrice
impl<'de> Deserialize<'de> for AssetPrice
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
Auto Trait Implementations§
impl Freeze for AssetPrice
impl RefUnwindSafe for AssetPrice
impl Send for AssetPrice
impl Sync for AssetPrice
impl Unpin for AssetPrice
impl UnwindSafe for AssetPrice
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