Struct glsl_lang_types::ast::ExprStatementData
source · pub struct ExprStatementData(pub Option<Expr>);
Expand description
Expression statement.
Tuple Fields§
§0: Option<Expr>
Trait Implementations§
source§impl Clone for ExprStatementData
impl Clone for ExprStatementData
source§fn clone(&self) -> ExprStatementData
fn clone(&self) -> ExprStatementData
Returns a copy 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 ExprStatementData
impl Debug for ExprStatementData
source§impl<'de> Deserialize<'de> for ExprStatementData
impl<'de> Deserialize<'de> for ExprStatementData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Node<ExprStatementData>> for ExprStatementData
impl From<Node<ExprStatementData>> for ExprStatementData
source§fn from(node: Node<ExprStatementData>) -> Self
fn from(node: Node<ExprStatementData>) -> Self
Converts to this type from the input type.
source§impl NodeContent for ExprStatementData
impl NodeContent for ExprStatementData
source§fn 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
source§fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
Add span information to a syntax node
source§impl PartialEq for ExprStatementData
impl PartialEq for ExprStatementData
source§impl Serialize for ExprStatementData
impl Serialize for ExprStatementData
impl StructuralPartialEq for ExprStatementData
Auto Trait Implementations§
impl Freeze for ExprStatementData
impl RefUnwindSafe for ExprStatementData
impl Send for ExprStatementData
impl Sync for ExprStatementData
impl Unpin for ExprStatementData
impl UnwindSafe for ExprStatementData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)