pub struct PactusPACAsset;
Expand description
Pactus Asset Implementation
Trait Implementations§
Source§impl Asset for PactusPACAsset
impl Asset for PactusPACAsset
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 PactusPACAsset
impl RefUnwindSafe for PactusPACAsset
impl Send for PactusPACAsset
impl Sync for PactusPACAsset
impl Unpin for PactusPACAsset
impl UnwindSafe for PactusPACAsset
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