pub struct TxOutpoint {
pub tx_hash: Sha256d,
pub vout: u32,
}Fields§
§tx_hash: Sha256d§vout: u32Trait Implementations§
Source§impl Clone for TxOutpoint
impl Clone for TxOutpoint
Source§fn clone(&self) -> TxOutpoint
fn clone(&self) -> TxOutpoint
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 Debug for TxOutpoint
impl Debug for TxOutpoint
Source§impl Default for TxOutpoint
impl Default for TxOutpoint
Source§fn default() -> TxOutpoint
fn default() -> TxOutpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TxOutpoint
impl<'de> Deserialize<'de> for TxOutpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TxOutpoint
impl PartialEq for TxOutpoint
Source§impl Serialize for TxOutpoint
impl Serialize for TxOutpoint
impl StructuralPartialEq for TxOutpoint
Auto Trait Implementations§
impl Freeze for TxOutpoint
impl RefUnwindSafe for TxOutpoint
impl Send for TxOutpoint
impl Sync for TxOutpoint
impl Unpin for TxOutpoint
impl UnwindSafe for TxOutpoint
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