Struct ropey::segmentation::NullSegmenter [] [src]

pub struct NullSegmenter {}

Grapheme segmenter that ignores graphemes completely and treats each code point as an individual segment.

Trait Implementations

impl Debug for NullSegmenter
[src]

[src]

Formats the value using the given formatter.

impl Copy for NullSegmenter
[src]

impl Clone for NullSegmenter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl GraphemeSegmenter for NullSegmenter
[src]

[src]

Returns whether the given byte index in the given string is a grapheme cluster boundary. Read more

[src]

Returns true if the boundary between the two given strings is a grapheme cluster boundary, and false otherwise. Read more