pub struct ExpressionStatement {
pub expression: Rc<RefCell<Node>>,
}
Fields§
§expression: Rc<RefCell<Node>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionStatement
impl !RefUnwindSafe for ExpressionStatement
impl !Send for ExpressionStatement
impl !Sync for ExpressionStatement
impl Unpin for ExpressionStatement
impl !UnwindSafe for ExpressionStatement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more