Struct cobalt::cobalt_model::SyntaxHighlight [] [src]

pub struct SyntaxHighlight {
    pub theme: String,
}

Fields

Trait Implementations

impl Debug for SyntaxHighlight
[src]

[src]

Formats the value using the given formatter.

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

[src]

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