Searched refs:AuthTokenEntryWrap (Results 1 – 1 of 1) sorted by relevance
47 struct AuthTokenEntryWrap(AuthTokenEntry); struct49 impl std::hash::Hash for AuthTokenEntryWrap { implementation55 impl PartialEq<AuthTokenEntryWrap> for AuthTokenEntryWrap { implementation56 fn eq(&self, other: &AuthTokenEntryWrap) -> bool { in eq()62 impl Eq for AuthTokenEntryWrap {} implementation70 auth_tokens: RwLock<HashSet<AuthTokenEntryWrap>>,87 self.auth_tokens.write().unwrap().replace(AuthTokenEntryWrap(entry)); in insert_auth_token_entry()