Type Definition StringRef
ecmascript::compiler::value
type StringRef = RcRef<String>;
impl PartialEq<RcRef<String>> for StringRef
fn eq(&self, other: &StringRef) -> 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 StringRef
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more