Struct moore_vhdl_syntax::ast::GenBody
[−]
[src]
pub struct GenBody { pub id: NodeId, pub label: Option<Spanned<Name>>, pub span: Span, pub decls: Vec<DeclItem>, pub stmts: Vec<Stmt>, }
Fields
id: NodeId
label: Option<Spanned<Name>>
span: Span
decls: Vec<DeclItem>
stmts: Vec<Stmt>
Trait Implementations
impl Clone for GenBody
[src]
fn clone(&self) -> GenBody
[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 GenBody
[src]
impl PartialEq for GenBody
[src]
fn eq(&self, __arg_0: &GenBody) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GenBody) -> bool
[src]
This method tests for !=
.
impl Eq for GenBody
[src]
impl Encodable for GenBody
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
[src]
Serialize a value using an Encoder
.