Struct parsec_interface::operations::list_opcodes::Operation
source · [−]pub struct Operation {
pub provider_id: ProviderId,
}
Expand description
Native object for opcode listing operation.
Fields
provider_id: ProviderId
Provider for which the supported opcodes are requsted.
Trait Implementations
sourceimpl From<Operation> for NativeOperation
impl From<Operation> for NativeOperation
impl Copy for Operation
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more