Enum js::jsapi::SymbolCode [] [src]

#[repr(i32)]
pub enum SymbolCode { isConcatSpreadable, iterator, match_, replace, search, species, hasInstance, split, toPrimitive, unscopables, Limit, InSymbolRegistry, UniqueSymbol, }

Variants

Trait Implementations

impl Debug for SymbolCode
[src]

[src]

Formats the value using the given formatter.

impl Copy for SymbolCode
[src]

impl Clone for SymbolCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SymbolCode
[src]

impl PartialEq for SymbolCode
[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 Hash for SymbolCode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more