Struct fireblocks_sdk::types::asset::SupportedAsset
source · pub struct SupportedAsset {
pub id: Asset,
pub name: String,
pub asset_type: String,
pub contract_address: String,
pub native_asset: String,
pub decimals: i32,
}
Fields§
§id: Asset
§name: String
§asset_type: String
§contract_address: String
§native_asset: String
§decimals: i32
Trait Implementations§
source§impl Clone for SupportedAsset
impl Clone for SupportedAsset
source§fn clone(&self) -> SupportedAsset
fn clone(&self) -> SupportedAsset
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 SupportedAsset
impl Debug for SupportedAsset
source§impl Default for SupportedAsset
impl Default for SupportedAsset
source§fn default() -> SupportedAsset
fn default() -> SupportedAsset
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SupportedAsset
impl<'de> Deserialize<'de> for SupportedAsset
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 SupportedAsset
impl RefUnwindSafe for SupportedAsset
impl Send for SupportedAsset
impl Sync for SupportedAsset
impl Unpin for SupportedAsset
impl UnwindSafe for SupportedAsset
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