Struct regex::compile::SuffixCacheKey [−][src]
Fields
from_inst: usize
start: u8
end: u8
Trait Implementations
impl Clone for SuffixCacheKey[src]
impl Clone for SuffixCacheKeyfn clone(&self) -> SuffixCacheKey[src]
fn clone(&self) -> SuffixCacheKeyReturns 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 SuffixCacheKey[src]
impl Copy for SuffixCacheKeyimpl Debug for SuffixCacheKey[src]
impl Debug for SuffixCacheKeyfn 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 SuffixCacheKey[src]
impl Default for SuffixCacheKeyfn default() -> SuffixCacheKey[src]
fn default() -> SuffixCacheKeyReturns the "default value" for a type. Read more
impl Eq for SuffixCacheKey[src]
impl Eq for SuffixCacheKeyfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Hash for SuffixCacheKey[src]
impl Hash for SuffixCacheKeyfn 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 SuffixCacheKey[src]
impl PartialEq for SuffixCacheKeyfn eq(&self, other: &SuffixCacheKey) -> bool[src]
fn eq(&self, other: &SuffixCacheKey) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SuffixCacheKey) -> bool[src]
fn ne(&self, other: &SuffixCacheKey) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for SuffixCacheKey
impl Send for SuffixCacheKeyimpl Sync for SuffixCacheKey
impl Sync for SuffixCacheKey