Enum ::exo::vs::VariableSettings

Overview

Defines the behaviour of a value within a variable

Variants

Methods

Clone the variable settings

Return the ReferenceSettings

Return the Selection Settings

Return the List Settings

Return the String Settings

Return the tbale settings

Return the location settings

Return the DateTime settings

Set the ReferenceSetting

Set the Selection Setting

Set the List Setting

Set the String Setting

Set the tbale setting

Set the location setting

Set the DateTime setting

Protocols

protocol is_variant

Test if the provided argument is a variant.

protocol get
let output = value.0

Allows a get operation to work.

protocol partial_eq
if value == b { }

Allows for partial equality operations to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.