Enum jsonnet::FmtComment [] [src]

pub enum FmtComment {
    Hash,
    Slash,
    Leave,
}

Comment style

Variants

Hash comments (like shell).

Double slash comments (like C++).

Leave comments as-is.

Trait Implementations

impl Debug for FmtComment
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FmtComment
[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 FmtComment
[src]

impl Default for FmtComment
[src]

[src]

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

Auto Trait Implementations

impl Send for FmtComment

impl Sync for FmtComment