Enum js::jsapi::SymbolCode
[−]
[src]
#[repr(i32)]pub enum SymbolCode { isConcatSpreadable, iterator, match_, replace, search, species, hasInstance, split, toPrimitive, unscopables, Limit, InSymbolRegistry, UniqueSymbol, }
Variants
isConcatSpreadableiteratormatch_replacesearchspecieshasInstancesplittoPrimitiveunscopablesLimitInSymbolRegistryUniqueSymbol
Trait Implementations
impl Debug for SymbolCode[src]
impl Copy for SymbolCode[src]
impl Clone for SymbolCode[src]
fn clone(&self) -> SymbolCode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for SymbolCode[src]
impl PartialEq for SymbolCode[src]
fn eq(&self, __arg_0: &SymbolCode) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.