pub struct PinataResponse {
pub ipfs_hash: String,
}Expand description
response after an nft was stored
Fields
ipfs_hash: StringHash of the upload
Trait Implementations
sourceimpl Debug for PinataResponse
impl Debug for PinataResponse
sourceimpl Default for PinataResponse
impl Default for PinataResponse
sourcefn default() -> PinataResponse
fn default() -> PinataResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PinataResponse
impl<'de> Deserialize<'de> for PinataResponse
sourcefn 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 RefUnwindSafe for PinataResponse
impl Send for PinataResponse
impl Sync for PinataResponse
impl Unpin for PinataResponse
impl UnwindSafe for PinataResponse
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more