Struct stdweb::Symbol [] [src]

pub struct Symbol(_);

A type representing a JavaScript Symbol.

Trait Implementations

impl PartialEq<Value> for Symbol
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<&'a Value> for Symbol
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<Value> for &'a Symbol
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl TryFrom<Value> for Symbol
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'a> TryFrom<&'a Value> for &'a Symbol
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for Symbol
[src]

impl Debug for Symbol
[src]

[src]

Formats the value using the given formatter.

impl Clone for Symbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Symbol
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Drop for Symbol
[src]

[src]

Executes the destructor for this type. Read more