Struct boa::syntax::ast::node::statement_list::RcStatementList [−][src]
pub struct RcStatementList(_);Methods from Deref<Target = StatementList>
Trait Implementations
type Target = StatementList
type Target = StatementList
The resulting type after dereferencing.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Runs Finalize::finalize() on this object and all contained subobjects Read more
Auto Trait Implementations
impl !RefUnwindSafe for RcStatementList
impl !Send for RcStatementList
impl !Sync for RcStatementList
impl Unpin for RcStatementList
impl !UnwindSafe for RcStatementList
Blanket Implementations
Mutably borrows from an owned value. Read more