Type Definition SymbolRef
ecmascript::compiler::value
type SymbolRef = RcRef<Symbol>;
impl PartialEq<RcRef<Symbol>> for SymbolRef
fn eq(&self, other: &SymbolRef) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
#[must_use] fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Display for SymbolRef
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more