Struct v8::template::Signature [] [src]

pub struct Signature(_, _);

A Signature specifies which receiver is valid for a function.

Methods

impl Signature
[src]

Creates a new signature.

Creates a new signature with the specified receiver.

Methods from Deref<Target=Data>

Returns the underlying raw pointer behind this primitive.

Trait Implementations

impl Debug for Signature
[src]

Formats the value using the given formatter.

impl Deref for Signature
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for Signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Signature
[src]

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