Enum jsonnet::FmtString [] [src]

pub enum FmtString {
    Double,
    Single,
    Leave,
}

String literal style

Variants

Double quoted "foo".

Single quoted 'foo'.

Leave quoting as-is.

Trait Implementations

impl Debug for FmtString
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FmtString
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for FmtString
[src]

impl Default for FmtString
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for FmtString

impl Sync for FmtString