Struct sv_parser::FunctionStatement
source · pub struct FunctionStatement {
pub nodes: (Statement,),
}
Fields§
§nodes: (Statement,)
Trait Implementations§
source§impl Clone for FunctionStatement
impl Clone for FunctionStatement
source§fn clone(&self) -> FunctionStatement
fn clone(&self) -> FunctionStatement
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 FunctionStatement
impl Debug for FunctionStatement
source§impl<'a> From<&'a FunctionStatement> for RefNode<'a>
impl<'a> From<&'a FunctionStatement> for RefNode<'a>
source§fn from(x: &'a FunctionStatement) -> RefNode<'a>
fn from(x: &'a FunctionStatement) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a FunctionStatement> for RefNodes<'a>
impl<'a> From<&'a FunctionStatement> for RefNodes<'a>
source§fn from(x: &'a FunctionStatement) -> RefNodes<'a>
fn from(x: &'a FunctionStatement) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<FunctionStatement> for AnyNode
impl From<FunctionStatement> for AnyNode
source§fn from(x: FunctionStatement) -> AnyNode
fn from(x: FunctionStatement) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a FunctionStatement
impl<'a> IntoIterator for &'a FunctionStatement
source§impl PartialEq<FunctionStatement> for FunctionStatement
impl PartialEq<FunctionStatement> for FunctionStatement
source§fn eq(&self, other: &FunctionStatement) -> bool
fn eq(&self, other: &FunctionStatement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.