pub struct SolanaNFTMintResult {
pub mint_address: String,
pub url: String,
pub update_authority: String,
pub creator_address: String,
pub name: String,
pub symbol: String,
pub collection: String,
pub signature: String,
pub status: String,
}
Fields§
§mint_address: String
§url: String
§creator_address: String
§name: String
§symbol: String
§collection: String
§signature: String
§status: String
Trait Implementations§
Source§impl Debug for SolanaNFTMintResult
impl Debug for SolanaNFTMintResult
Source§impl<'de> Deserialize<'de> for SolanaNFTMintResult
impl<'de> Deserialize<'de> for SolanaNFTMintResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SolanaNFTMintResult
impl RefUnwindSafe for SolanaNFTMintResult
impl Send for SolanaNFTMintResult
impl Sync for SolanaNFTMintResult
impl Unpin for SolanaNFTMintResult
impl UnwindSafe for SolanaNFTMintResult
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