Struct dyon::ast::Bool [] [src]

pub struct Bool {
    pub val: bool,
    pub source_range: Range,
}

Fields

Trait Implementations

impl Debug for Bool
[src]

Formats the value using the given formatter.

impl Clone for Bool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more