Struct sugar_cli::upload::methods::nft_storage::StoreNftError
source · pub struct StoreNftError {
pub ok: bool,
pub error: NftError,
}Expand description
response after an error
Fields§
§ok: boolstatus of the request
error: NftErrorstored nft error
Trait Implementations§
source§impl Debug for StoreNftError
impl Debug for StoreNftError
source§impl Default for StoreNftError
impl Default for StoreNftError
source§fn default() -> StoreNftError
fn default() -> StoreNftError
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StoreNftError
impl<'de> Deserialize<'de> for StoreNftError
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 StoreNftError
impl Send for StoreNftError
impl Sync for StoreNftError
impl Unpin for StoreNftError
impl UnwindSafe for StoreNftError
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