pub struct SolanaMintNftResult {
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 SolanaMintNftResult
impl Debug for SolanaMintNftResult
Source§impl<'de> Deserialize<'de> for SolanaMintNftResult
impl<'de> Deserialize<'de> for SolanaMintNftResult
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 SolanaMintNftResult
impl RefUnwindSafe for SolanaMintNftResult
impl Send for SolanaMintNftResult
impl Sync for SolanaMintNftResult
impl Unpin for SolanaMintNftResult
impl UnwindSafe for SolanaMintNftResult
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