Home
last modified time | relevance | path

Searched refs:ToOwned (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/heck/src/
Dshouty_snake.rs16 pub trait ShoutySnakeCase: ToOwned {
23 pub trait ShoutySnekCase: ToOwned {
Dsnake.rs15 pub trait SnakeCase: ToOwned {
22 pub trait SnekCase: ToOwned {
Dcamel.rs16 pub trait CamelCase: ToOwned {
Dtitle.rs16 pub trait TitleCase: ToOwned {
Dkebab.rs15 pub trait KebabCase: ToOwned {
Dshouty_kebab.rs16 pub trait ShoutyKebabCase: ToOwned {
Dmixed.rs16 pub trait MixedCase: ToOwned {
/external/rust/crates/nom/src/
Dinternal.rs111 self.map_input(ToOwned::to_owned) in to_owned()
119 self.map_input(ToOwned::to_owned) in to_owned()
/external/rust/crates/serde_json/src/
Dlib.rs390 pub use alloc::borrow::{Cow, ToOwned};
392 pub use std::borrow::{Cow, ToOwned};
Draw.rs132 impl ToOwned for RawValue {
/external/rust/crates/serde/src/
Dlib.rs177 pub use alloc::borrow::{Cow, ToOwned};
179 pub use std::borrow::{Cow, ToOwned};
/external/rust/cxx/src/symbols/
Drust_string.rs1 use alloc::borrow::ToOwned;
/external/rust/crates/quote/src/
Dident_fragment.rs60 T: IdentFragment + ToOwned + ?Sized,
Dto_tokens.rs91 impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {
/external/rust/crates/rayon/src/iter/
Dfrom_par_iter.rs194 C: ToOwned,
/external/rust/crates/arbitrary/src/
Dlib.rs43 use std::borrow::{Cow, ToOwned};
769 A: ToOwned + ?Sized,
770 <A as ToOwned>::Owned: Arbitrary<'a>,
779 <<A as ToOwned>::Owned as Arbitrary>::size_hint(depth) in size_hint()
/external/rust/crates/clang-sys/out/
Dcommon.rs148 .filter_map(|f| directory.join(f).to_str().map(ToOwned::to_owned)); in search_directory()
/external/rust/crates/clang-sys/build/
Dcommon.rs148 .filter_map(|f| directory.join(f).to_str().map(ToOwned::to_owned)); in search_directory()
/external/rust/crates/rusqlite/src/types/
Dto_sql.rs94 impl<T: ToSql + ToOwned + ?Sized> ToSql for Cow<'_, T> {
/external/rust/crates/bstr/src/
Dimpls.rs64 use std::borrow::{Borrow, Cow, ToOwned};
139 impl ToOwned for BStr {
/external/rust/crates/clap/src/
Derrors.rs665 V: AsRef<str> + Display + ToOwned, in too_many_values() argument
/external/rust/crates/hashbrown/src/
Dset.rs2 use alloc::borrow::ToOwned;
854 Q: Hash + Eq + ToOwned<Owned = T>, in get_or_insert_owned()
/external/rust/crates/smallvec/src/
Dtests.rs5 use alloc::borrow::ToOwned;
/external/rust/crates/serde/src/ser/
Dimpls.rs429 deref_impl!(<'a, T: ?Sized> Serialize for Cow<'a, T> where T: Serialize + ToOwned);
/external/rust/crates/bindgen/src/ir/
Ditem.rs779 module.name().map(ToOwned::to_owned).unwrap_or_else(|| { in base_name()

12