Struct glsl_lang_types::ast::CompoundStatementData
source · pub struct CompoundStatementData {
pub statement_list: Vec<Statement>,
}
Expand description
Compound statement (with no new scope).
Fields§
§statement_list: Vec<Statement>
List of statements
Trait Implementations§
source§impl Clone for CompoundStatementData
impl Clone for CompoundStatementData
source§fn clone(&self) -> CompoundStatementData
fn clone(&self) -> CompoundStatementData
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 CompoundStatementData
impl Debug for CompoundStatementData
source§impl<'de> Deserialize<'de> for CompoundStatementData
impl<'de> Deserialize<'de> for CompoundStatementData
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<CompoundStatementData>> for CompoundStatementData
impl From<Node<CompoundStatementData>> for CompoundStatementData
source§fn from(node: Node<CompoundStatementData>) -> Self
fn from(node: Node<CompoundStatementData>) -> Self
Converts to this type from the input type.
source§impl NodeContent for CompoundStatementData
impl NodeContent for CompoundStatementData
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 CompoundStatementData
impl PartialEq for CompoundStatementData
source§impl Serialize for CompoundStatementData
impl Serialize for CompoundStatementData
impl StructuralPartialEq for CompoundStatementData
Auto Trait Implementations§
impl Freeze for CompoundStatementData
impl RefUnwindSafe for CompoundStatementData
impl Send for CompoundStatementData
impl Sync for CompoundStatementData
impl Unpin for CompoundStatementData
impl UnwindSafe for CompoundStatementData
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
)