[][src]Type Definition ecmascript::compiler::value::StringRef

type StringRef = RcRef<String>;

Trait Implementations

impl PartialEq<RcRef<String>> for StringRef[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Display for StringRef[src]