Struct cardano_serialization_lib::utils::TransactionUnspentOutput [−][src]
pub struct TransactionUnspentOutput { /* fields omitted */ }
Implementations
Trait Implementations
fn deserialize<R: BufRead + Seek>(
raw: &mut Deserializer<R>
) -> Result<Self, DeserializeError>
fn serialize<'se, W: Write>(
&self,
serializer: &'se mut Serializer<W>
) -> Result<&'se mut Serializer<W>>
Auto Trait Implementations
impl RefUnwindSafe for TransactionUnspentOutput
impl Send for TransactionUnspentOutput
impl Sync for TransactionUnspentOutput
impl Unpin for TransactionUnspentOutput
impl UnwindSafe for TransactionUnspentOutput
Blanket Implementations
Mutably borrows from an owned value. Read more