Enum ergo_lib::chain::Digest32Error [−][src]
pub enum Digest32Error { Base16DecodingError(DecodeError), InvalidSize(TryFromSliceError), }
Expand description
Invalid byte array size
Variants
Base16DecodingError(DecodeError)
error decoding from Base16
InvalidSize(TryFromSliceError)
Invalid byte array size
Trait Implementations
impl Debug for Digest32Error
[src]
impl Debug for Digest32Error
[src]impl Display for Digest32Error
[src]
impl Display for Digest32Error
[src]impl Error for Digest32Error
[src]
impl Error for Digest32Error
[src]fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl From<DecodeError> for Digest32Error
[src]
impl From<DecodeError> for Digest32Error
[src]fn from(source: DecodeError) -> Self
[src]
fn from(source: DecodeError) -> Self
[src]Performs the conversion.
impl From<TryFromSliceError> for Digest32Error
[src]
impl From<TryFromSliceError> for Digest32Error
[src]fn from(source: TryFromSliceError) -> Self
[src]
fn from(source: TryFromSliceError) -> Self
[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Digest32Error
impl Send for Digest32Error
impl Sync for Digest32Error
impl Unpin for Digest32Error
impl UnwindSafe for Digest32Error
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<F> TryExtractInto<F> for F
[src]
impl<F> TryExtractInto<F> for F
[src]pub fn try_extract_into<T>(self) -> Result<T, TryExtractFromError> where
T: TryExtractFrom<F>,
[src]
pub fn try_extract_into<T>(self) -> Result<T, TryExtractFromError> where
T: TryExtractFrom<F>,
[src]Extract value of the given type from any type (e.g. [‘Constant’], super::value::Value
)
on which TryExtractFrom
is implemented Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,