Struct stdweb::Symbol [] [src]

pub struct Symbol(_);

A type representing a JavaScript Symbol.

Trait Implementations

impl TryFrom<Symbol> for Value
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl PartialEq<Symbol> for Value
[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 Symbol> for Value
[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<Symbol> for &'a Value
[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 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. Read more

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

impl From<Symbol> for Value
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Symbol

impl Sync for Symbol