Enum pumpkinscript::encodables::Receivable [] [src]

pub enum Receivable {
    Data(Vec<u8>),
    Instruction(String),
}

Variants

Trait Implementations

impl PartialEq for Receivable
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Receivable
[src]

Formats the value using the given formatter.

impl Encodable for Receivable
[src]

impl<'a> TryFrom<&'a mut Cursor<Vec<u8>>> for Receivable
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.