pub struct NewToken {
pub symbol: String,
pub address: String,
pub name: String,
pub launch_time: u64,
pub initial_liquidity: u64,
}Expand description
new token
Fields§
§symbol: String§address: String§name: String§launch_time: u64§initial_liquidity: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewToken
impl RefUnwindSafe for NewToken
impl Send for NewToken
impl Sync for NewToken
impl Unpin for NewToken
impl UnwindSafe for NewToken
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)