pub enum UtxosError {
DuplicateTx(TxHash),
UsingInexistantTx(TxHash),
UsingInexistantTxIndex(TxHash, TxIndex),
}Variants§
Auto Trait Implementations§
impl Freeze for UtxosError
impl RefUnwindSafe for UtxosError
impl Send for UtxosError
impl Sync for UtxosError
impl Unpin for UtxosError
impl UnwindSafe for UtxosError
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