Enum weedle::literal::DefaultValue [] [src]

pub enum DefaultValue {
    Const(ConstValue),
    String(String),
    EmptyArray(EmptyArray),
}

Represents a default literal value. Ex: 34|34.23|"value"|[ ]|true|false|null

Variants

Trait Implementations

impl Debug for DefaultValue
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DefaultValue
[src]

[src]

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

[src]

This method tests for !=.

impl Parse for DefaultValue
[src]

Auto Trait Implementations

impl Send for DefaultValue

impl Sync for DefaultValue