pub struct TopToken {
pub symbol: String,
pub address: String,
pub name: String,
pub price: f64,
pub volume_24h: u64,
pub change_24h: f64,
}Expand description
top token
Fields§
§symbol: String§address: String§name: String§price: f64§volume_24h: u64§change_24h: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopToken
impl RefUnwindSafe for TopToken
impl Send for TopToken
impl Sync for TopToken
impl Unpin for TopToken
impl UnwindSafe for TopToken
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)