Struct rust_jieba::Token [] [src]

pub struct Token(pub String, pub usize, pub usize);

Token

Methods

impl Token
[src]

[src]

Word of the token

[src]

Unicode start position of the token

[src]

Unicode end position of the token

Trait Implementations

impl Debug for Token
[src]

[src]

Formats the value using the given formatter.

impl Clone for Token
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Token
[src]

[src]

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

[src]

This method tests for !=.