Struct dynamo::ast::Bool [] [src]

pub struct Bool {
    pub val: bool,
}

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