pub struct TransactionOutputs(_);
Implementations
sourceimpl TransactionOutputs
impl TransactionOutputs
pub fn from_bytes(
bytes: Vec<u8>
) -> Result<TransactionOutputs, DeserializeError>
Trait Implementations
sourceimpl Clone for TransactionOutputs
impl Clone for TransactionOutputs
sourcefn clone(&self) -> TransactionOutputs
fn clone(&self) -> TransactionOutputs
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 TransactionOutputs
impl Debug for TransactionOutputs
sourceimpl Deserialize for TransactionOutputs
impl Deserialize for TransactionOutputs
fn deserialize<R: BufRead + Seek>(
raw: &mut Deserializer<R>
) -> Result<Self, DeserializeError>
sourceimpl Serialize for TransactionOutputs
impl Serialize for TransactionOutputs
fn serialize<'se, W: Write>(
&self,
serializer: &'se mut Serializer<W>
) -> Result<&'se mut Serializer<W>>
Auto Trait Implementations
impl RefUnwindSafe for TransactionOutputs
impl Send for TransactionOutputs
impl Sync for TransactionOutputs
impl Unpin for TransactionOutputs
impl UnwindSafe for TransactionOutputs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more