Enum gluon_vm::api::generic::H[][src]

pub enum H {}

Trait Implementations

impl Clone for H
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for H
[src]

impl PartialEq for H
[src]

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

This method tests for !=.

impl VmType for H
[src]

A version of Self which implements Any allowing a TypeId to be retrieved

Creates an gluon type which maps to Self in rust

How many extra arguments a function returning this type requires. Used for abstract types which when used in return position should act like they still need more arguments before they are called Read more

Auto Trait Implementations

impl Send for H

impl Sync for H