Struct tom::ast::Bool[][src]

pub struct Bool(_);

Methods

impl Bool
[src]

impl Bool
[src]

Trait Implementations

impl Debug for Bool
[src]

Formats the value using the given formatter. Read more

impl Clone for Bool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Bool
[src]

impl PartialEq for Bool
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Bool
[src]

impl AstNode for Bool
[src]

impl From<Bool> for CstNode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Bool

impl Sync for Bool