pub struct VirtualTxOutPoint {
pub outpoint: OutPoint,
pub script_pubkey: ScriptBuf,
pub expire_at: i64,
pub amount: Amount,
pub assets: Vec<Asset>,
}Fields§
§outpoint: OutPoint§script_pubkey: ScriptBuf§expire_at: i64§amount: Amount§assets: Vec<Asset>Trait Implementations§
Source§impl Clone for VirtualTxOutPoint
impl Clone for VirtualTxOutPoint
Source§fn clone(&self) -> VirtualTxOutPoint
fn clone(&self) -> VirtualTxOutPoint
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 moreAuto Trait Implementations§
impl Freeze for VirtualTxOutPoint
impl RefUnwindSafe for VirtualTxOutPoint
impl Send for VirtualTxOutPoint
impl Sync for VirtualTxOutPoint
impl Unpin for VirtualTxOutPoint
impl UnsafeUnpin for VirtualTxOutPoint
impl UnwindSafe for VirtualTxOutPoint
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