Struct rs_es::operations::analyze::Token [] [src]

pub struct Token {
    pub token: String,
    pub token_type: String,
    pub position: u64,
    pub start_offset: u64,
    pub end_offset: u64,
}

Fields

Trait Implementations

impl Debug for Token
[src]

Formats the value using the given formatter.