pub enum StashDataError {
TooManyLibs(SchemaId),
UnknownType(UnknownType),
Anchor(InvalidProof),
Merge(SealWitnessMergeError),
MergeReveal(MergeRevealError),
}Variants§
TooManyLibs(SchemaId)
schema {0} uses too many AluVM libraries.
UnknownType(UnknownType)
Anchor(InvalidProof)
Merge(SealWitnessMergeError)
MergeReveal(MergeRevealError)
Trait Implementations§
Source§impl Clone for StashDataError
impl Clone for StashDataError
Source§fn clone(&self) -> StashDataError
fn clone(&self) -> StashDataError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StashDataError
impl Debug for StashDataError
Source§impl Display for StashDataError
impl Display for StashDataError
Source§impl Error for StashDataError
impl Error for StashDataError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InvalidProof> for StashDataError
impl From<InvalidProof> for StashDataError
Source§fn from(v: InvalidProof) -> StashDataError
fn from(v: InvalidProof) -> StashDataError
Converts to this type from the input type.
Source§impl From<MergeRevealError> for StashDataError
impl From<MergeRevealError> for StashDataError
Source§fn from(v: MergeRevealError) -> StashDataError
fn from(v: MergeRevealError) -> StashDataError
Converts to this type from the input type.
Source§impl From<SealWitnessMergeError> for StashDataError
impl From<SealWitnessMergeError> for StashDataError
Source§fn from(v: SealWitnessMergeError) -> StashDataError
fn from(v: SealWitnessMergeError) -> StashDataError
Converts to this type from the input type.
Source§impl<P> From<StashDataError> for StashError<P>where
P: StashProvider,
impl<P> From<StashDataError> for StashError<P>where
P: StashProvider,
Source§fn from(v: StashDataError) -> StashError<P>
fn from(v: StashDataError) -> StashError<P>
Converts to this type from the input type.
Source§impl<S, H, P, E> From<StashDataError> for StockError<S, H, P, E>
impl<S, H, P, E> From<StashDataError> for StockError<S, H, P, E>
Source§fn from(v: StashDataError) -> StockError<S, H, P, E>
fn from(v: StashDataError) -> StockError<S, H, P, E>
Converts to this type from the input type.
Source§impl From<StashDataError> for String
impl From<StashDataError> for String
Source§fn from(err: StashDataError) -> String
fn from(err: StashDataError) -> String
Converts to this type from the input type.
Source§impl From<UnknownType> for StashDataError
impl From<UnknownType> for StashDataError
Source§fn from(v: UnknownType) -> StashDataError
fn from(v: UnknownType) -> StashDataError
Converts to this type from the input type.
Source§impl PartialEq for StashDataError
impl PartialEq for StashDataError
impl Eq for StashDataError
impl StructuralPartialEq for StashDataError
Auto Trait Implementations§
impl Freeze for StashDataError
impl RefUnwindSafe for StashDataError
impl Send for StashDataError
impl Sync for StashDataError
impl Unpin for StashDataError
impl UnwindSafe for StashDataError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type