Struct regex::compile::SuffixCacheEntry [−][src]
struct SuffixCacheEntry {
key: SuffixCacheKey,
pc: usize,
version: usize,
}Fields
key: SuffixCacheKey
pc: usize
version: usize
Trait Implementations
impl Clone for SuffixCacheEntry[src]
impl Clone for SuffixCacheEntryfn clone(&self) -> SuffixCacheEntry[src]
fn clone(&self) -> SuffixCacheEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SuffixCacheEntry[src]
impl Copy for SuffixCacheEntryimpl Debug for SuffixCacheEntry[src]
impl Debug for SuffixCacheEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for SuffixCacheEntry[src]
impl Default for SuffixCacheEntryfn default() -> SuffixCacheEntry[src]
fn default() -> SuffixCacheEntryReturns the "default value" for a type. Read more
impl Eq for SuffixCacheEntry[src]
impl Eq for SuffixCacheEntryfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Hash for SuffixCacheEntry[src]
impl Hash for SuffixCacheEntryfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for SuffixCacheEntry[src]
impl PartialEq for SuffixCacheEntryfn eq(&self, other: &SuffixCacheEntry) -> bool[src]
fn eq(&self, other: &SuffixCacheEntry) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SuffixCacheEntry) -> bool[src]
fn ne(&self, other: &SuffixCacheEntry) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for SuffixCacheEntry
impl Send for SuffixCacheEntryimpl Sync for SuffixCacheEntry
impl Sync for SuffixCacheEntry