pub struct ExpressionStatementData {
pub expression: NodeIndex,
}Expand description
Data for expression statements
Fields§
§expression: NodeIndexTrait Implementations§
Source§impl Clone for ExpressionStatementData
impl Clone for ExpressionStatementData
Source§fn clone(&self) -> ExpressionStatementData
fn clone(&self) -> ExpressionStatementData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExpressionStatementData
impl Debug for ExpressionStatementData
impl Copy for ExpressionStatementData
Auto Trait Implementations§
impl Freeze for ExpressionStatementData
impl RefUnwindSafe for ExpressionStatementData
impl Send for ExpressionStatementData
impl Sync for ExpressionStatementData
impl Unpin for ExpressionStatementData
impl UnsafeUnpin for ExpressionStatementData
impl UnwindSafe for ExpressionStatementData
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