pub struct IMintNFTPayload {
pub collection_mint: Option<String>,
pub name: Option<String>,
pub symbol: Option<String>,
pub url: Option<String>,
}
Fields§
§collection_mint: Option<String>
§name: Option<String>
§symbol: Option<String>
§url: Option<String>
Trait Implementations§
Source§impl Debug for IMintNFTPayload
impl Debug for IMintNFTPayload
Source§impl<'de> Deserialize<'de> for IMintNFTPayload
impl<'de> Deserialize<'de> for IMintNFTPayload
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 IMintNFTPayload
impl RefUnwindSafe for IMintNFTPayload
impl Send for IMintNFTPayload
impl Sync for IMintNFTPayload
impl Unpin for IMintNFTPayload
impl UnwindSafe for IMintNFTPayload
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