Struct regex::compile::SuffixCacheKey[][src]

struct SuffixCacheKey {
    from_inst: usize,
    start: u8,
    end: u8,
}

Fields

Trait Implementations

impl Clone for SuffixCacheKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SuffixCacheKey
[src]

impl Debug for SuffixCacheKey
[src]

Formats the value using the given formatter. Read more

impl Default for SuffixCacheKey
[src]

Returns the "default value" for a type. Read more

impl Eq for SuffixCacheKey
[src]

impl Hash for SuffixCacheKey
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for SuffixCacheKey
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for SuffixCacheKey

impl Sync for SuffixCacheKey