pub struct NotHarkLeafError(/* private fields */);Expand description
The VTXO can’t take part in the hArk leaf cosign flow because its last genesis transition is not hash-locked.
Trait Implementations§
Source§impl Clone for NotHarkLeafError
impl Clone for NotHarkLeafError
Source§fn clone(&self) -> NotHarkLeafError
fn clone(&self) -> NotHarkLeafError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NotHarkLeafError
impl Debug for NotHarkLeafError
Source§impl Display for NotHarkLeafError
impl Display for NotHarkLeafError
impl Eq for NotHarkLeafError
Source§impl Error for NotHarkLeafError
impl Error for NotHarkLeafError
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 PartialEq for NotHarkLeafError
impl PartialEq for NotHarkLeafError
impl StructuralPartialEq for NotHarkLeafError
Auto Trait Implementations§
impl Freeze for NotHarkLeafError
impl RefUnwindSafe for NotHarkLeafError
impl Send for NotHarkLeafError
impl Sync for NotHarkLeafError
impl Unpin for NotHarkLeafError
impl UnsafeUnpin for NotHarkLeafError
impl UnwindSafe for NotHarkLeafError
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