Searched defs:Cows (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_borrow.rs | 127 struct Cows<'a, 'b> { in test_cow() struct 128 copied: Cow<'a, str>, in test_cow() 131 borrowed: Cow<'b, str>, in test_cow() 165 struct Cows<'a, 'b> { in test_lifetimes() struct 166 _copied: Cow<'a, str>, in test_lifetimes() 169 _borrowed: Cow<'b, str>, in test_lifetimes()
|