pub struct BitcoinBTCAsset;
Expand description
Bitcoin Asset Implementation
Trait Implementations§
Source§impl Asset for BitcoinBTCAsset
impl Asset for BitcoinBTCAsset
fn id(&self) -> &str
fn name(&self) -> &str
fn address(&self) -> &str
fn symbol(&self) -> &str
fn asset_type(&self) -> AssetType
fn asset_kind(&self) -> &str
fn bip44_coin_type(&self) -> isize
fn description(&self) -> &str
fn website(&self) -> &str
fn explorer(&self) -> &str
fn decimals(&self) -> u32
fn icon(&self) -> &str
Auto Trait Implementations§
impl Freeze for BitcoinBTCAsset
impl RefUnwindSafe for BitcoinBTCAsset
impl Send for BitcoinBTCAsset
impl Sync for BitcoinBTCAsset
impl Unpin for BitcoinBTCAsset
impl UnwindSafe for BitcoinBTCAsset
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