Struct moore_vhdl_syntax::ast::StmtBody
[−]
[src]
pub struct StmtBody { pub id: NodeId, pub stmts: Vec<Stmt>, }
The body of an if, loop, or case statement.
Fields
id: NodeId
stmts: Vec<Stmt>
Trait Implementations
impl Clone for StmtBody
[src]
fn clone(&self) -> StmtBody
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for StmtBody
[src]
impl PartialEq for StmtBody
[src]
fn eq(&self, __arg_0: &StmtBody) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StmtBody) -> bool
[src]
This method tests for !=
.
impl Eq for StmtBody
[src]
impl Encodable for StmtBody
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
[src]
Serialize a value using an Encoder
.