Struct ucd_trie::TrieSetSlice [] [src]

pub struct TrieSetSlice<'a> { /* fields omitted */ }

A borrowed trie set.

Methods

impl<'a> TrieSetSlice<'a>
[src]

[src]

Returns true if and only if the given Unicode scalar value is in this set.

[src]

Returns true if and only if the given codepoint is in this set.

If the given value exceeds the codepoint range (i.e., it's greater than 0x10FFFF), then this returns false.

Trait Implementations

impl<'a> Clone for TrieSetSlice<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Copy for TrieSetSlice<'a>
[src]

impl<'a> Debug for TrieSetSlice<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for TrieSetSlice<'a>

impl<'a> Sync for TrieSetSlice<'a>