pub struct CoinRow<L2: Layer2Coin> {
pub height: TxStatus<BlockHeight>,
pub address: DerivedAddr,
pub outpoint: Outpoint,
pub amount: Sats,
pub layer2: Vec<L2>,
}
Fields§
§height: TxStatus<BlockHeight>
§address: DerivedAddr
§outpoint: Outpoint
§amount: Sats
§layer2: Vec<L2>
Trait Implementations§
impl<L2: Eq + Layer2Coin> Eq for CoinRow<L2>
impl<L2: Layer2Coin> StructuralPartialEq for CoinRow<L2>
Auto Trait Implementations§
impl<L2> Freeze for CoinRow<L2>
impl<L2> RefUnwindSafe for CoinRow<L2>where
L2: RefUnwindSafe,
impl<L2> Send for CoinRow<L2>where
L2: Send,
impl<L2> Sync for CoinRow<L2>where
L2: Sync,
impl<L2> Unpin for CoinRow<L2>where
L2: Unpin,
impl<L2> UnwindSafe for CoinRow<L2>where
L2: 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.