pub struct TransactionUnspentOutputs(_);
Implementations
Trait Implementations
sourceimpl Clone for TransactionUnspentOutputs
impl Clone for TransactionUnspentOutputs
sourcefn clone(&self) -> TransactionUnspentOutputs
fn clone(&self) -> TransactionUnspentOutputs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TransactionUnspentOutputs
impl Debug for TransactionUnspentOutputs
sourceimpl Default for TransactionUnspentOutputs
impl Default for TransactionUnspentOutputs
sourcefn default() -> TransactionUnspentOutputs
fn default() -> TransactionUnspentOutputs
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TransactionUnspentOutputs
impl Send for TransactionUnspentOutputs
impl Sync for TransactionUnspentOutputs
impl Unpin for TransactionUnspentOutputs
impl UnwindSafe for TransactionUnspentOutputs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more