[−][src]Enum ergo_lib::serialization::SerializationError
Ways serialization might fail
Variants
Failed to parse op
NotImplementedOpCode(u8)
Lacking support for the op
Failed to parse type
VlqEncode(VlqEncodingError)
Failed to decode VLQ
Io(String)
IO fail (EOF, etc.)
Misc(String)
Misc fail
NotImplementedYet(String)
Feature not yet implemented
ConstantForPlaceholderNotFound(u32)
Constant with given index not found in constant store
ValueOutOfBounds(String)
Value out of bounds
Trait Implementations
impl Clone for SerializationError
[src]
pub fn clone(&self) -> SerializationError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for SerializationError
[src]
impl Display for SerializationError
[src]
impl Eq for SerializationError
[src]
impl Error for SerializationError
[src]
pub fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
pub fn backtrace(&self) -> Option<&Backtrace>
[src]
pub fn description(&self) -> &str
1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl From<BoxValueError> for SerializationError
[src]
pub fn from(e: BoxValueError) -> Self
[src]
impl From<Error> for SerializationError
[src]
impl From<NonMandatoryRegistersError> for SerializationError
[src]
pub fn from(error: NonMandatoryRegistersError) -> Self
[src]
impl From<SerializationError> for AddressEncoderError
[src]
pub fn from(err: SerializationError) -> Self
[src]
impl From<SerializationError> for TxBuilderError
[src]
pub fn from(source: SerializationError) -> Self
[src]
impl From<TokenAmountError> for SerializationError
[src]
pub fn from(e: TokenAmountError) -> Self
[src]
impl From<VlqEncodingError> for SerializationError
[src]
pub fn from(error: VlqEncodingError) -> Self
[src]
impl PartialEq<SerializationError> for SerializationError
[src]
pub fn eq(&self, other: &SerializationError) -> bool
[src]
pub fn ne(&self, other: &SerializationError) -> bool
[src]
impl StructuralEq for SerializationError
[src]
impl StructuralPartialEq for SerializationError
[src]
Auto Trait Implementations
impl RefUnwindSafe for SerializationError
impl Send for SerializationError
impl Sync for SerializationError
impl Unpin for SerializationError
impl UnwindSafe for SerializationError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,