Enum bitcoin::blockdata::script::Instruction [−][src]
Expand description
A “parsed opcode” which allows iterating over a Script in a more sensible way
Variants
PushBytes(&'a [u8])
Push a bunch of data
Op(All)
Tuple Fields
0: All
Some non-push opcode
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Instruction<'a>
impl<'a> Send for Instruction<'a>
impl<'a> Sync for Instruction<'a>
impl<'a> Unpin for Instruction<'a>
impl<'a> UnwindSafe for Instruction<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more