/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/convert/ |
H A D | mod.rs | 218 pub trait AsRef<T: ?Sized> { interface 696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl 708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl 822 impl<T> AsRef<[T]> for [T] { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/convert/ |
H A D | mod.rs | 218 pub trait AsRef<T: ?Sized> { interface 696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl 708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl 822 impl<T> AsRef<[T]> for [T] { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/convert/ |
H A D | mod.rs | 218 pub trait AsRef<T: ?Sized> { interface 696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl 708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl 822 impl<T> AsRef<[T]> for [T] { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/convert/ |
H A D | mod.rs | 218 pub trait AsRef<T: ?Sized> { interface 696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl 708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl 822 impl<T> AsRef<[T]> for [T] { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/convert/ |
H A D | mod.rs | 218 pub trait AsRef<T: ?Sized> { interface 696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl 708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl 822 impl<T> AsRef<[T]> for [T] { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | internal_macros.rs | 38 impl<$($li),*> AsRef<str> for $type { impl 44 impl<$($li),*> AsRef<[u8]> for $type { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jstring.rs | 11 impl<'local> AsRef<JString<'local>> for JString<'local> { impl 17 impl<'local> AsRef<JObject<'local>> for JString<'local> { impl
|
D | jthrowable.rs | 11 impl<'local> AsRef<JThrowable<'local>> for JThrowable<'local> { impl 17 impl<'local> AsRef<JObject<'local>> for JThrowable<'local> { impl
|
D | jbytebuffer.rs | 9 impl<'local> AsRef<JByteBuffer<'local>> for JByteBuffer<'local> { impl 15 impl<'local> AsRef<JObject<'local>> for JByteBuffer<'local> { impl
|
D | jclass.rs | 12 impl<'local> AsRef<JClass<'local>> for JClass<'local> { impl 18 impl<'local> AsRef<JObject<'local>> for JClass<'local> { impl
|
D | jobject_array.rs | 13 impl<'local> AsRef<JObjectArray<'local>> for JObjectArray<'local> { impl 19 impl<'local> AsRef<JObject<'local>> for JObjectArray<'local> { impl
|
D | jprimitive_array.rs | 24 impl<'local, T: TypeArray> AsRef<JPrimitiveArray<'local, T>> for JPrimitiveArray<'local, T> { impl 36 impl<'local, T: TypeArray> AsRef<JObject<'local>> for JPrimitiveArray<'local, T> { impl
|
D | jmap.rs | 23 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JMap<'local, 'other_local_1, 'obj_ref>> impl 31 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JObject<'other_local_1>> impl
|
D | jlist.rs | 26 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JList<'local, 'other_local_1, 'obj_ref>> impl 34 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JObject<'other_local_1>> impl
|
D | jobject.rs | 42 impl<'local> AsRef<JObject<'local>> for JObject<'local> { impl
|
D | global_ref.rs | 45 impl AsRef<JObject<'static>> for GlobalRef { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ |
D | macros.rs | 31 impl<'a> AsRef<$inner> for $newtype { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/ |
D | split.rs | 49 impl<R> AsRef<Split<R>> for SplitStream<R> { impl
|
D | lines.rs | 49 impl<R> AsRef<Lines<R>> for LinesStream<R> { impl
|
D | mpsc_bounded.rs | 49 impl<T> AsRef<Receiver<T>> for ReceiverStream<T> { impl
|
D | mpsc_unbounded.rs | 43 impl<T> AsRef<UnboundedReceiver<T>> for UnboundedReceiverStream<T> { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/task/ |
D | abort_on_drop.rs | 59 impl<T> AsRef<JoinHandle<T>> for AbortOnDropHandle<T> { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | impls.rs | 165 impl AsRef<Bytes> for [u8] { impl 412 impl AsRef<BStr> for [u8] { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/ |
D | fmt.rs | 873 impl AsRef<Uuid> for $T { impl 902 impl<$a> AsRef<Uuid> for $T<$a> { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/ |
D | arrayvec.rs | 72 impl<T, const N: usize> AsRef<[Option<T>]> for ArrayVec<T, N> { impl
|