pub struct PinataResponse {
pub ipfs_hash: String,
}Expand description
response after an nft was stored
Fields§
§ipfs_hash: StringHash of the upload
Trait Implementations§
source§impl Debug for PinataResponse
impl Debug for PinataResponse
source§impl Default for PinataResponse
impl Default for PinataResponse
source§fn default() -> PinataResponse
fn default() -> PinataResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PinataResponse
impl<'de> Deserialize<'de> for PinataResponse
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 RefUnwindSafe for PinataResponse
impl Send for PinataResponse
impl Sync for PinataResponse
impl Unpin for PinataResponse
impl UnwindSafe for PinataResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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