Searched defs:MyMapKey (Results 1 – 3 of 3) sorted by relevance
74 @interface MyMapKey { annotation in BindValueIntoMapTest
148 @interface MyMapKey { annotation in BindValueTest
2355 struct MyMapKey(usize); in test_borrow_in_map_key() struct2357 impl<'de> Deserialize<'de> for MyMapKey { in test_borrow_in_map_key() implementation