Struct bdk_chain::bitcoin::secp256k1::hashes::FromSliceError
pub struct FromSliceError { /* private fields */ }
Expand description
Attempted to create a hash from an invalid length slice.
Implementations§
§impl FromSliceError
impl FromSliceError
pub fn expected_length(&self) -> usize
pub fn expected_length(&self) -> usize
Returns the expected slice length.
pub fn invalid_length(&self) -> usize
pub fn invalid_length(&self) -> usize
Returns the invalid slice length.
Trait Implementations§
§impl Clone for FromSliceError
impl Clone for FromSliceError
§fn clone(&self) -> FromSliceError
fn clone(&self) -> FromSliceError
Returns a copy 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 more§impl Debug for FromSliceError
impl Debug for FromSliceError
§impl Display for FromSliceError
impl Display for FromSliceError
§impl Error for FromSliceError
impl Error for FromSliceError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
§impl From<FromSliceError> for Error
impl From<FromSliceError> for Error
§fn from(e: FromSliceError) -> Error
fn from(e: FromSliceError) -> Error
Converts to this type from the input type.
§impl PartialEq for FromSliceError
impl PartialEq for FromSliceError
§fn eq(&self, other: &FromSliceError) -> bool
fn eq(&self, other: &FromSliceError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FromSliceError
impl StructuralPartialEq for FromSliceError
Auto Trait Implementations§
impl Freeze for FromSliceError
impl RefUnwindSafe for FromSliceError
impl Send for FromSliceError
impl Sync for FromSliceError
impl Unpin for FromSliceError
impl UnwindSafe for FromSliceError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more