pub struct Coin {
pub outpoint: Outpoint,
pub value: Dollarydoos,
pub height: Height,
pub coinbase: bool,
pub address: Address,
pub covenant: Covenant,
}Fields§
§outpoint: Outpoint§value: Dollarydoos§height: Height§coinbase: bool§address: Address§covenant: CovenantTrait Implementations§
impl Eq for Coin
impl StructuralPartialEq for Coin
Auto Trait Implementations§
impl Freeze for Coin
impl RefUnwindSafe for Coin
impl Send for Coin
impl Sync for Coin
impl Unpin for Coin
impl UnsafeUnpin for Coin
impl UnwindSafe for Coin
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