Struct v8::value::Name [] [src]

pub struct Name(_, _);

A superclass for symbols and strings.

Methods

impl Name
[src]

Returns the identity hash for this object.

The current implementation uses an inline property on the object to store the identity hash.

The return value will never be 0. Also, it is not guaranteed to be unique.

Creates a name from a set of raw pointers.

Returns the underlying raw pointer behind this primitive.

Methods from Deref<Target=Primitive>

Returns the underlying raw pointer behind this primitive.

Trait Implementations

impl Debug for Name
[src]

Formats the value using the given formatter.

impl Deref for Name
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<String> for Name
[src]

Performs the conversion.

impl From<Symbol> for Name
[src]

Performs the conversion.

impl From<Private> for Name
[src]

Performs the conversion.

impl Clone for Name
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Name
[src]

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