Enum tree_sitter::LogType [] [src]

pub enum LogType {
    Parse,
    Lex,
}

Variants

Trait Implementations

impl Debug for LogType
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for LogType

impl Sync for LogType