pub struct CreateMint {
pub ticker: String,
pub decimals: u8,
}Fields§
§ticker: String§decimals: u8Trait Implementations§
source§impl BorshDeserialize for CreateMintwhere
String: BorshDeserialize,
u8: BorshDeserialize,
impl BorshDeserialize for CreateMintwhere String: BorshDeserialize, u8: BorshDeserialize,
source§impl BorshSerialize for CreateMintwhere
String: BorshSerialize,
u8: BorshSerialize,
impl BorshSerialize for CreateMintwhere String: BorshSerialize, u8: BorshSerialize,
source§impl Clone for CreateMint
impl Clone for CreateMint
source§fn clone(&self) -> CreateMint
fn clone(&self) -> CreateMint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more