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 SuffixCacheEntry
fn clone(&self) -> SuffixCacheEntry
[src]
fn clone(&self) -> SuffixCacheEntry
Returns 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 SuffixCacheEntry
impl Debug for SuffixCacheEntry
[src]
impl Debug for SuffixCacheEntry
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for SuffixCacheEntry
[src]
impl Default for SuffixCacheEntry
fn default() -> SuffixCacheEntry
[src]
fn default() -> SuffixCacheEntry
Returns the "default value" for a type. Read more
impl Eq for SuffixCacheEntry
[src]
impl Eq for SuffixCacheEntry
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for SuffixCacheEntry
[src]
impl Hash for SuffixCacheEntry
fn 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 SuffixCacheEntry
fn eq(&self, other: &SuffixCacheEntry) -> bool
[src]
fn eq(&self, other: &SuffixCacheEntry) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for SuffixCacheEntry
impl Send for SuffixCacheEntry
impl Sync for SuffixCacheEntry
impl Sync for SuffixCacheEntry