Searched refs:AuthTokenEntryWrap (Results 1 – 1 of 1) sorted by relevance
48 struct AuthTokenEntryWrap(AuthTokenEntry); struct50 impl std::hash::Hash for AuthTokenEntryWrap { implementation56 impl PartialEq<AuthTokenEntryWrap> for AuthTokenEntryWrap { implementation57 fn eq(&self, other: &AuthTokenEntryWrap) -> bool { in eq()63 impl Eq for AuthTokenEntryWrap {} implementation72 auth_tokens: RwLock<HashSet<AuthTokenEntryWrap>>,92 self.auth_tokens.write().unwrap().replace(AuthTokenEntryWrap(entry)); in insert_auth_token_entry()