pub struct CompositeHashConversionError<T: HashType>(/* private fields */);Expand description
Error converting a composite hash into a subset composite hash, due to type mismatch
Trait Implementations§
Source§impl<T: Clone + HashType> Clone for CompositeHashConversionError<T>
impl<T: Clone + HashType> Clone for CompositeHashConversionError<T>
Source§fn clone(&self) -> CompositeHashConversionError<T>
fn clone(&self) -> CompositeHashConversionError<T>
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<T: HashType> From<CompositeHashConversionError<T>> for WasmErrorInner
Available on crate feature holochain-wasmer only.
impl<T: HashType> From<CompositeHashConversionError<T>> for WasmErrorInner
Available on crate feature
holochain-wasmer only.Source§fn from(err: CompositeHashConversionError<T>) -> Self
fn from(err: CompositeHashConversionError<T>) -> Self
Converts to this type from the input type.
Source§impl<T: PartialEq + HashType> PartialEq for CompositeHashConversionError<T>
impl<T: PartialEq + HashType> PartialEq for CompositeHashConversionError<T>
Source§fn eq(&self, other: &CompositeHashConversionError<T>) -> bool
fn eq(&self, other: &CompositeHashConversionError<T>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<T: Eq + HashType> Eq for CompositeHashConversionError<T>
impl<T: HashType> StructuralPartialEq for CompositeHashConversionError<T>
Auto Trait Implementations§
impl<T> Freeze for CompositeHashConversionError<T>where
T: Freeze,
impl<T> RefUnwindSafe for CompositeHashConversionError<T>where
T: RefUnwindSafe,
impl<T> Send for CompositeHashConversionError<T>where
T: Send,
impl<T> Sync for CompositeHashConversionError<T>where
T: Sync,
impl<T> Unpin for CompositeHashConversionError<T>where
T: Unpin,
impl<T> UnwindSafe for CompositeHashConversionError<T>where
T: UnwindSafe,
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.