[][src]Struct shared::TxOutput

pub struct TxOutput { /* fields omitted */ }

Implementations

impl TxOutput[src]

pub fn len(&self) -> usize[src]

pub fn new(value: i64, pk_script: Vec<u8>) -> TxOutput[src]

Trait Implementations

impl Debug for TxOutput[src]

impl Deserializable for TxOutput[src]

impl Serializable for TxOutput[src]

Auto Trait Implementations

impl RefUnwindSafe for TxOutput

impl Send for TxOutput

impl Sync for TxOutput

impl Unpin for TxOutput

impl UnwindSafe for TxOutput

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.