Struct v8_api::Class [] [src]

pub struct Class {
    pub name: String,
    pub methods: Vec<Method>,
}

A C++ class,

Fields

The simple name of the class (without the v8:: prefix).

The methods of this class, in declaration order.

Trait Implementations

impl Debug for Class
[src]

Formats the value using the given formatter.

impl Display for Class
[src]

Formats the value using the given formatter.