Searched defs:Cow (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/crates/quote/src/ |
| D | ident_fragment.rs | 58 impl<T> IdentFragment for Cow<'_, T> implementation
|
| D | to_tokens.rs | 89 impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> { implementation
|
| /third_party/rust/crates/os_str_bytes/src/ |
| D | raw_str.rs | 891 impl<'a> From<&'a RawOsStr> for Cow<'a, RawOsStr> { implementation 961 impl<'a> RawOsStrCow<'a> for Cow<'a, RawOsStr> { implementation 1346 impl From<RawOsString> for Cow<'_, RawOsStr> { implementation
|
| /third_party/rust/crates/log/src/kv/ |
| D | key.rs | 124 impl<'a> ToKey for Cow<'a, str> { implementation
|
| D | value.rs | 626 impl<'v> ToValue for Cow<'v, str> { implementation
|
| /third_party/rust/crates/rustix/src/path/ |
| D | arg.rs | 544 impl<'a> Arg for Cow<'a, str> { implementation 587 impl<'a> Arg for Cow<'a, OsStr> { implementation 629 impl<'a> Arg for Cow<'a, CStr> { implementation
|
| /third_party/rust/crates/regex/src/ |
| D | re_bytes.rs | 1203 impl<'a> Replacer for Cow<'a, [u8]> { implementation 1213 impl<'a> Replacer for &'a Cow<'a, [u8]> { implementation
|
| D | re_unicode.rs | 1254 impl<'a> Replacer for Cow<'a, str> { implementation 1264 impl<'a> Replacer for &'a Cow<'a, str> { implementation
|
| /third_party/rust/crates/serde/serde/src/de/ |
| D | value.rs | 652 impl<'de, 'a, E> IntoDeserializer<'de, E> for Cow<'a, str> implementation
|
| D | impls.rs | 1823 impl<'de, 'a, T: ?Sized> Deserialize<'de> for Cow<'a, T> implementation
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| D | rust-library.rs | 19025 impl<B: ?Sized + ToOwned> Cow<'_, B> { impl
|