Struct moore_svlog_syntax::ast::Root
[−]
[src]
pub struct Root {
pub timeunits: Option<Timeunit>,
pub items: Vec<Item>,
}Fields
timeunits: Option<Timeunit>
items: Vec<Item>
Trait Implementations
impl Debug for Root[src]
impl PartialEq for Root[src]
fn eq(&self, __arg_0: &Root) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Root) -> bool[src]
This method tests for !=.
impl Eq for Root[src]
impl Encodable for Root[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>[src]
Serialize a value using an Encoder.