Struct rtlola_parser::ast::Parenthesis
source · Expand description
An Ast node representing an opening or closing parenthesis.
Fields§
§id: NodeIdThe id of the node in the Ast
span: SpanThe span in the specification declaring the extend declaration
Trait Implementations§
source§impl Clone for Parenthesis
impl Clone for Parenthesis
source§fn clone(&self) -> Parenthesis
fn clone(&self) -> Parenthesis
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 Parenthesis
impl Debug for Parenthesis
source§impl Hash for Parenthesis
impl Hash for Parenthesis
source§impl PartialEq<Parenthesis> for Parenthesis
impl PartialEq<Parenthesis> for Parenthesis
source§fn eq(&self, other: &Parenthesis) -> bool
fn eq(&self, other: &Parenthesis) -> bool
This method tests for
self and other values to be equal, and is used
by ==.