Struct parsec_interface::operations::list_opcodes::Operation [−][src]
pub struct Operation {
pub provider_id: ProviderId,
}Expand description
Native object for opcode listing operation.
Fields
provider_id: ProviderIdProvider for which the supported opcodes are requsted.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl UnwindSafe for Operation
Blanket Implementations
Mutably borrows from an owned value. Read more