Struct glsl_lang::ast::ExprStatementData
source · [−]Expand description
Expression statement.
Tuple Fields
0: Option<Node<ExprData>>
Trait Implementations
sourceimpl Clone for ExprStatementData
impl Clone for ExprStatementData
sourcefn clone(&self) -> ExprStatementData
fn clone(&self) -> ExprStatementData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ExprStatementData
impl Debug for ExprStatementData
sourceimpl From<Node<ExprStatementData>> for ExprStatementData
impl From<Node<ExprStatementData>> for ExprStatementData
sourcefn from(node: Node<ExprStatementData>) -> ExprStatementData
fn from(node: Node<ExprStatementData>) -> ExprStatementData
Converts to this type from the input type.
sourceimpl NodeContent for ExprStatementData
impl NodeContent for ExprStatementData
sourcefn into_node<T>(self) -> Node<T> where
T: From<Self> + NodeContent,
fn into_node<T>(self) -> Node<T> where
T: From<Self> + NodeContent,
Convert the contents into a node
sourcefn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
Add span information to a syntax node
sourceimpl NodeContentDisplay for ExprStatementData
impl NodeContentDisplay for ExprStatementData
sourceimpl PartialEq<ExprStatementData> for ExprStatementData
impl PartialEq<ExprStatementData> for ExprStatementData
sourcefn eq(&self, other: &ExprStatementData) -> bool
fn eq(&self, other: &ExprStatementData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExprStatementData) -> bool
fn ne(&self, other: &ExprStatementData) -> bool
This method tests for !=
.
impl StructuralPartialEq for ExprStatementData
Auto Trait Implementations
impl RefUnwindSafe for ExprStatementData
impl Send for ExprStatementData
impl Sync for ExprStatementData
impl Unpin for ExprStatementData
impl UnwindSafe for ExprStatementData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> NodeDisplay for T where
T: NodeContentDisplay,
impl<T> NodeDisplay for T where
T: NodeContentDisplay,
sourcefn display(&self) -> NodeDisplayWrapper<'_, T>
fn display(&self) -> NodeDisplayWrapper<'_, T>
Obtain a display wrapper for the current node