pub struct FetchAssetChainsParams {
pub coin: String,
}
Fields§
§coin: String
This should be any of the available crypto asset you have access to. e.g. USDT or USDC or BTC or ETH, etc
Auto Trait Implementations§
impl Freeze for FetchAssetChainsParams
impl RefUnwindSafe for FetchAssetChainsParams
impl Send for FetchAssetChainsParams
impl Sync for FetchAssetChainsParams
impl Unpin for FetchAssetChainsParams
impl UnwindSafe for FetchAssetChainsParams
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