Struct v8::template::Template [] [src]

pub struct Template(_, _);

The superclass of object and function templates.

Methods from Deref<Target=Data>

Returns the underlying raw pointer behind this primitive.

Trait Implementations

impl Debug for Template
[src]

Formats the value using the given formatter.

impl Deref for Template
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<ObjectTemplate> for Template
[src]

Performs the conversion.

impl From<FunctionTemplate> for Template
[src]

Performs the conversion.

impl Clone for Template
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Template
[src]

A method called when the value goes out of scope. Read more