Enum blockly_parser::FieldValue[][src]

pub enum FieldValue {
    SimpleField(String),
    ExpressionField(Block),
}

Variants

Trait Implementations

impl PartialEq for FieldValue
[src]

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

This method tests for !=.

impl Debug for FieldValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FieldValue

impl Sync for FieldValue